d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
24.07k stars 4.38k forks source link

Numpy version mismatch in d2l installation JAX #2626

Open hangita101 opened 4 days ago

hangita101 commented 4 days ago

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