-
Notifications
You must be signed in to change notification settings - Fork 67
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
numba.core.errors.ConstantInferenceError: Failed in nopython mode pipeline #38
Comments
As I just comment out more and more numba function attributes, everything runs further and further. I'm beginning to suspect this is is a numba versioning issue. |
I'm guessing this is a similar issue to your other issue #37 Which version of numba are you using? I checked in my environment and I haven't had any issues with numba 0.50.1 . I wonder at what point it breaks. |
I'm using 0.51, so this does seem like a potential explanation. I think the point still stands though. Some of the numba function attributes used seem to clash with one another: https://gitter.im/numba/numba?at=5eafceefb6dd230697a45990 It might be possible they have gotten more strict with acceptable attribute combinations? I will downgrade to 0.50.1 in the meantime. |
I actually have a difficult time understanding how to downgrade my numba package since it seems to be specified as a dependency of anipose. For now, Im just commenting out |
I know this is not the solution to this, but I've updated the dependency to point to numba 0.50.1 for now, until I have to look into the issue more deeply. |
If anyone runs into this, try upgrading aniposelib using |
I finally just removed the "nopython" statements in the relevant functions. |
Describe the bug
Seems to be another issue with numba (or use of numba), like my last submitted issue.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: