-
Notifications
You must be signed in to change notification settings - Fork 4
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
Import fails #9
Comments
ok install in a clean env works. This lib is just incompatible with new versions of numpy and tokenizers. would be nice to have an updated release which is compatible with newer versions of numpy and tokenizers |
Hi again. I felt it was safer to keep the numpy version locked when I published the last release, because Numba typically progresses rather slowly with these things. I will look into this though, thanks for informing me about the issue. |
Since it's the same issue as #12 I'll close this |
After the successful pip install, I tried to import neofuzz but received this error:
Seems numpy version is incompatible... should be an easy fix
The text was updated successfully, but these errors were encountered: