当前位置: 代码迷 >> 综合 >> 安装mmcv报错 ERROR: Could not find a version that satisfies the requirement Cython (from versions: none)
  详细解决方案

安装mmcv报错 ERROR: Could not find a version that satisfies the requirement Cython (from versions: none)

热度:34   发布时间:2024-02-19 13:09:31.0

https://github.com/open-mmlab/mmcv
不要使用pip install mmcv-full

而是使用
pip install mmcv-full==latest+torch1.5.0+cu92 -f https://openmmlab.oss-accelerate.aliyuncs.com/mmcv/dist/index.html

因为上面一个是本地安装 本地都没有安装什么呢

  相关解决方案