No module named ‘cupy‘, cupy 安装出错

没有安装cupy modle

注意:安装cupy时要根据自己的cuda版本选择cupy

例如我电脑上是cuda11.3就输入 pip install cupy-cuda113

如果不知道自己装的cuda版本可以输入 pip list 查看自己安装的版本


Package             Version
------------------- ------------
colorama            0.4.4
cupy-cuda113        10.2.0
cycler              0.11.0
Cython              0.29.28
demjson             2.2.4
easydict            1.9
fastrlock           0.8
fonttools           4.29.1
imageio             2.16.1
kiwisolver          1.3.2
lxml                4.8.0
matplotlib          3.5.1
networkx            2.6.3
numpy               1.21.5
opencv-python       4.5.5.62
packaging           21.3
Pillow              9.0.1
pip                 22.0.4
pycocotools-windows 2.0.0.2
pyparsing           3.0.7
PyQt5               5.15.6
PyQt5-Qt5           5.15.2
PyQt5-sip           12.9.1
python-dateutil     2.8.2
PyWavelets          1.3.0
scikit-image        0.19.2
scipy               1.7.3
setuptools          40.8.0
six                 1.16.0
tifffile            2021.11.2
torch               1.10.2+cu113
torchaudio          0.10.2+cu113
torchvision         0.11.3+cu113
tqdm                4.63.0
typing_extensions   4.1.1
wheel               0.37.1

你可能感兴趣的:(pytorch,人工智能,python)