You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am trying to install d2l for jax but
Installation Link
and I am getting Error in numpy package version when i install
d2l
byerror:
The text was updated successfully, but these errors were encountered: