We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I needed to replace
from numba.types.containers import Tuple, UniTuple
by
from numba.types import Tuple, UniTuple
in fungen.py. My setup is Python 3.6.9, and numba 0.49.
The text was updated successfully, but these errors were encountered:
Thank you @aouazad. This was fixed by pr #58 . I'll do a fix release (I'd like to setup some automatic process).
Sorry, something went wrong.
Fixed in latest release 2.1.4
No branches or pull requests
I needed to replace
by
in fungen.py. My setup is Python 3.6.9, and numba 0.49.
The text was updated successfully, but these errors were encountered: