Skip to content
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

One fix found for an error in fungen.py #56

Closed
aouazad opened this issue Apr 24, 2020 · 2 comments
Closed

One fix found for an error in fungen.py #56

aouazad opened this issue Apr 24, 2020 · 2 comments

Comments

@aouazad
Copy link

aouazad commented Apr 24, 2020

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.

@albop
Copy link
Member

albop commented Apr 24, 2020

Thank you @aouazad. This was fixed by pr #58 . I'll do a fix release (I'd like to setup some automatic process).

@albop
Copy link
Member

albop commented Apr 27, 2020

Fixed in latest release 2.1.4

@albop albop closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants