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 version mismatch in d2l installation JAX #2626

Open
itahang opened this issue Nov 22, 2024 · 0 comments
Open

Numpy version mismatch in d2l installation JAX #2626

itahang opened this issue Nov 22, 2024 · 0 comments

Comments

@itahang
Copy link

itahang commented Nov 22, 2024

I am trying to install d2l for jax but
Installation Link
and I am getting Error in numpy package version when i install d2l by

pip install d2l==1.0.3

error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
chex 0.1.82 requires numpy>=1.25.0, but you have numpy 1.23.5 which is incompatible.
tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 1.23.5 which is incompatible.
Successfully installed d2l-1.0.3 numpy-1.23.5
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