Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: add note regarding arm macos support #3692

Merged
merged 5 commits into from
Jun 28, 2022
Merged

Conversation

pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Jun 27, 2022

Document that pip (and homebrew which uses pip) is the only supported installation method for ARM macs. Currently the conda packages and PKG binary installer are only built for x86.

@shcheklein shcheklein temporarily deployed to dvc-org-install-arm-mac-c34vdg June 27, 2022 07:15 Inactive
@pmrowla pmrowla requested a review from jorgeorpinel June 27, 2022 07:18
Copy link
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taking the opportunity to use proper admonitions (comitting)

@shcheklein shcheklein temporarily deployed to dvc-org-install-arm-mac-c34vdg June 28, 2022 19:07 Inactive
Comment on lines 3 to 8
<admon type="tip">

To use DVC [as a Python library](/doc/api-reference), please
[install with pip](#install-with-pip) or [with conda](#install-with-conda).

</admon>
Copy link
Contributor

@jorgeorpinel jorgeorpinel Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jorgeorpinel
Copy link
Contributor

Thanks @pmrowla !

@shcheklein shcheklein requested a deployment to dvc-org-install-arm-mac-c34vdg June 28, 2022 19:17 Abandoned
@jorgeorpinel jorgeorpinel merged commit ce4b488 into master Jun 28, 2022
@jorgeorpinel jorgeorpinel deleted the install-arm-macos branch June 28, 2022 19:17
@shcheklein shcheklein temporarily deployed to dvc-org-install-arm-mac-c34vdg June 28, 2022 19:17 Inactive
@dberenbaum
Copy link
Contributor

@pmrowla Is this still the case? I was able to install the pkg on my m1.

@pmrowla
Copy link
Contributor Author

pmrowla commented Jul 4, 2023

@pmrowla Is this still the case? I was able to install the pkg on my m1.

The pkg installer is only built for x86, you can install it on an m1 but it gets installed and run through rosetta (the x86 emulation layer).

The conda package for dvc is noarch/universal now, but installing on conda requires that all of DVC's dependencies also have either noarch or arm builds (see conda-forge/dvc-feedstock#250)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants