-
Notifications
You must be signed in to change notification settings - Fork 32
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
Installation fails on MacOS 10.15 #134
Comments
Yes, this exact issue is one of the key motivations for making the dependencies for sgkit as clear and simple as possible. It's a real pain. |
Until numcodecs wheels are available we could avoid numcodecs 0.6.4 (like napari/napari#666), or remove the explicit zarr dependency. The latter is a problem since we added it for |
Can we close this now? |
Yes! |
I just tried to clone and pip install
sgkit
in a fresh conda Python 3.7 environment on MacOS using our contributing docs.pip install -r requirements.txt -r requirements-dev.txt
fails for me when trying to buildnumcodecs
. It appears that @alimanfoo and @jeromekelleher are familiar with this issue from zarr-developers/numcodecs#210, and thatnumcodecs
wheels are stalled at zarr-developers/numcodecs#70.I'll just move to GCP for now, but it would be nice to get things working out of the box on MacOS.
Detailed console output
The text was updated successfully, but these errors were encountered: