赞
踩
今天在服务器上(Linux系统)用pip安装mmcv-full的时候报错了,
安装方式:
pip install mmcv-full==1.1.5+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
报错:
当上面的安装方式出现错误,显示无该版本的mmcv-full。解决办法是去下面的源码网址下载,
源码地址 https://github.com/open-mmlab/mmcv
往下划找到这个界面,点击符合自己版本的三角标志
把{mmcv_version}自己想要安装的版本,以1.1.5版本为例:
pip install mmcv-full==1.1.5 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。