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

Packages version conflict #147

Open
nbeliy opened this issue Jan 10, 2024 · 0 comments
Open

Packages version conflict #147

nbeliy opened this issue Jan 10, 2024 · 0 comments

Comments

@nbeliy
Copy link

nbeliy commented Jan 10, 2024

Apparently there some version conflicts between numba and numpy:

ImportError: Numba needs NumPy 1.22 or greater. Got NumPy 1.21.

Just updating NumPy do not solve the issue, due to the accelerometer and scipy requirements (from pip output):

accelerometer 7.1.1 requires numpy==1.21.*, but you have numpy 1.24.4 which is incompatible.
scipy 1.7.3 requires numpy<1.23.0,>=1.16.5, but you have numpy 1.24.4 which is incompatible.

The solution would be to downgrade the numba, but I have no idea to what version.

UPD: Version Numba==0.57.1 seems to work.

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