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

numpy UFuncNoLoopError #4

Open
boswellp opened this issue Nov 29, 2024 · 0 comments
Open

numpy UFuncNoLoopError #4

boswellp opened this issue Nov 29, 2024 · 0 comments

Comments

@boswellp
Copy link

A small issue. For a Windows 10 install I had to change install_requires in setup.py to 'numpy==1.22.3'. Without this, numpy 1.22.2 was installed which threw the error :
numpy.core._exceptions._UFuncNoLoopError: ufunc 'lookup' did not contain a loop with signature matching types <class 'numpy.dtype[uint8]'> -> None
This type of numpy error is apparently well-known.

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

1 participant