赞
踩
如果直接进行pip,是会出错的,需要先在服务器上或者Python控制台查找torch和cuda版本号。
python -c 'import torch;print(torch.__version__)'
查找到版本号之后,在下面的链接查找对应版本的mmcv安装指令
这时开开心心去运行,结果发现报错了!!报的是以下错误,忘记截图了。
ERROR: Could not build wheels for mmcv, which is required to install pyproject.toml-based projects
后来发现,可以把pip安装换成mim安装
那么先来安装mim
pip install -U openmim
安装好mim之后,把上面网址找到的命令的pip改成mim
mim install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu117/torch1.13/index.html
大功告成!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。