-
Notifications
You must be signed in to change notification settings - Fork 7
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
make build fails on llvmlite #2
Comments
Are there any further info I can provide or things I can try? |
Hey @maacl. Thanks for posting this back here. We managed to resolve this issue (HT: @ballPointPenguin; See Dockerfile changes in #1). This turned out to be an issue with a newer numba requiring a different version of llvm than was installed on the base docker image. For now, we're just pinning numba to the earlier version that was still working on my docker build. It would be nice to eventually update, and get the system to use the more recent llvm, but it's not a particularly high priority at this point. On the other hand, it would probably be worth us pinning down the other python libs to specific versions so that the container doesn't just magically start breaking in the future again. Please give this a shot again when you have a chance and let us know if it works for you. Thanks again! |
Tested and can confirm this now works. |
Kickass! Thanks @maacl! |
Reopening here as per: https://github.com/metasoarous/analysis/issues/1#issuecomment-674461488
The text was updated successfully, but these errors were encountered: