-
Notifications
You must be signed in to change notification settings - Fork 6
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
docker build error #13
Comments
I resolved this issue by adding "docutils<0.18" requirement in setup.py. After fixing this issue, you get similar version related error with numba and I fixed that by adding "numpy>=1.18.0, <1.23" requirement in setup.py. But the build fails even after that. setup( #12 72.92 Reading https://pypi.org/simple/llvmlite/ Clearly, there is a lot of issue with this dockerfile build. |
the error with llvmlite can be fixed by adding numba < 0.52.0 requirement in setup.py. Then the build worked for me. |
Thanks for spotting the requirement errors. Numba is currently not anymore in use and can be dropped. The install will be fixed asap. |
There seems to be a dependency conflict. The dockerfile build errors with the following:
The text was updated successfully, but these errors were encountered: