-
Notifications
You must be signed in to change notification settings - Fork 196
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-forge install seems broken #223
Comments
Interesting. What version of python are you using? Maybe the conda forge repo might hold some answers?: The mac build appears on the anaconda site: I develop on an M1 mac, so I know it works on that platform, but I use pip for handling installs. |
Yes, I checked all those. Interestingly, no problem to install on Linux... Will try to diagnose more. |
Hey, I'm encountering the same issue (with an M2 Mac). Any idea why this is happening? |
This is probably because pysheds on conda does not have an arm build named "osx-arm64", while osx-64 is for intel cpu |
The issue with @mdbartos If interested, I can add |
I have been trying to install pysheds on MAC OSX (M1) using the standard:
conda install -c conda-forge pysheds
Resulting in: >> PackagesNotFoundError: The following packages are not available from current channels:
This install currently works perfectly on Linux, but fails on Mac.
The text was updated successfully, but these errors were encountered: