-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conda missing package for Mac M3 #40
Comments
Actually, I got the main problem is the distribution...as mac from M processor series are arm processor, the package is actually available for osx-64 platform. Even setting bioconda correctly, the only way to install it is to have an environment set to osx-64 instead of osx-arm64:
This actually solved problem of installation, hope can be helpful for others...sorry for the "not useful" issue. |
Ah, thanks for letting me know, and sharing the solution. I will see if this is something I can fix... |
this should be fixable by changing the recipe in the bioconda-recipes. I believe something like this would work `{% set version = "0.9.0" %} package: build: source: requirements: test: about: |
This PR adds some changes to make this work on mac M3s, based on wdecoster/chopper#40
Thank you! I have updated the recipe based on your suggestion. |
* Update meta.yaml for M3s This PR adds some changes to make this work on mac M3s, based on wdecoster/chopper#40 * bump build number * Use additional platforms * Do not build for aarch64/arm64 --------- Co-authored-by: Martin Grigorov <[email protected]>
Hi,
I'm facing issues in installing chopper through conda...using bioconda channels give a missing package result.
The text was updated successfully, but these errors were encountered: