mmcv-full(mmcv)安装失败的方法以及.ext的报错

pip install mmcv-full==1.1.5 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html

 其中mmcv-full的版本可以换,比如1.2.2

而且可以进入https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html

这个网页查看合适的版本号,选择很多

安装mmcv步骤

1. pip install  pytest-runner -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

2. pip install mmcv -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

3. apt-get install python-setuptools

你可能感兴趣的:(python,机器学习,python)