-
Notifications
You must be signed in to change notification settings - Fork 23
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
=dev-python/numba-0.54.1 fails to build with USE=doc #181
Comments
May I ask you to confirm the numpy version? |
Also, even for numba-9999 there is some issue with Py3.8... I have to check it |
=dev-python/numpy-1.22.3 I get the same message when importing numba. |
In my understanding, USE=doc requires the working numba for each of the python versions required. What I can do - I can remove py38 from numba-9999 allowances, add a requirement of <=numpy-1.20 for numba-0.54.1, and bump a version to 0.55.1. |
I am ready to commit changes, however, I'll be in need to mask numba-0.54.1, as the oldest numpy from the ::gentoo tree is the 0.21 one. |
After 0.55.1 "import numba" works now. |
USE=doc continues to fail though and claims that numba can't be imported. |
if you would like to keep the higher version of numpy, you can try the developers version of numba (=dev-python/numba-9999). |
I think I see the problem now. |
=dev-python/numba-0.54.1 fails to build with USE=doc
Build log and emerge --info attached.
numba-build.log
numba-emerge-info.txt
The text was updated successfully, but these errors were encountered: