-
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
Can't install precommit toolchain on OSX #141
Comments
@jerowe, @daletovar, can you give us some details about the issues that you hit when installing the pre-commit toolchain please? |
@jeromekelleher I don't completely remember except that it was some kind of compiler error. Homebrew is broken on my mac and installing with conda didn't help, but I also didn't try that hard with a conda install. I could try more with conda if it's a workaround anyone is interested in. |
When I would run pre-commit it would fail to build the wheel for numcodecs. Specifically it looks like it failed to build the blosc extension. |
Looks like this is the same issue as #134 then |
I don't think this is exactly a sgkit issue, but @daletovar and I both encountered errors when trying to install the precommit toolchain on a mac.
For a work around I used this dockerfile.
Run this once to build
Run this to test, lint, and run precommit hooks
Run this to commit
The text was updated successfully, but these errors were encountered: