其他分享
首页 > 其他分享> > win10安装mvcc-full出现平台错误

win10安装mvcc-full出现平台错误

作者:互联网

最近在安装mvcc-full时候,通过GitHub(https://github.com/open-mmlab/mmcv#install-with-pip)提供的命令行安装不上,经常出现平台原因错误,困扰好久,

后来查看https://download.openmmlab.com/mmcv/dist/index.html可以看到,绝大部分的mmcv-full版本只提供有linux版本的whl包,

只有mmcv-full1.1.3~1.1.5有几个win下的whl,所以在使用安装命令:
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/{cu_version}/{torch_version}/index.html
会报错wheel setup.py错误(触目惊心的大面积红色)

解决:可以在

https://download.openmmlab.com/mmcv/dist/index.html 下载自己需要的win版本,然后使用pip 命令安装 下载的whl包。

标签:full,dist,mmcv,download,https,mvcc,win10,com
来源: https://blog.csdn.net/Unremitting__/article/details/117522339