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 encountered this problem when trying to install the CUDA 11 cryocare: tensor flow requires bumpy 19.2, but other dependencies require a higher version: cupy-cuda110 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. cupy-cuda11x 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. matplotlib 3.7.2 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.
Thanks in advance!
Sabina
The text was updated successfully, but these errors were encountered:
numpy~=1.19.2 is also to restricting in my environment (python 3.10, cuda/12.2.2). I'm wondering whether this requirement can be relaxed, e.g. like this
Hi,
I encountered this problem when trying to install the CUDA 11 cryocare: tensor flow requires bumpy 19.2, but other dependencies require a higher version:
cupy-cuda110 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. cupy-cuda11x 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. matplotlib 3.7.2 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.
Thanks in advance!
Sabina
The text was updated successfully, but these errors were encountered: