环境
:win10,torch1.4-cpu
安装了很多次mmcv都报错
ERROR: Command errored out with exit status 1:
总归一堆红,正确安装姿势如下:
三角形▼
可以看见安装命令pip install mmcv-full==latest+torch1.4.0+cpu -f https://download.openmmlab.com/mmcv/dist/index.html
尝试这三种安装mmcv方式都报错
:
pip install mmcv
pip install mmcv -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
git clone https://github.com/open-mmlab/mmcv.git
cd mmcv
pip install .