mmcv装的版本不对,需要卸载重新安装 使用conda uninstall mmcv报错 `(research) [email protected]:/home/mmdetection-master/tools# conda uninstall mmcv
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are missing from the target environment:

  • mmcv`

后来查看资料后发现 我安装的时候是用pip 安装 卸载的时候也需要pip uninstall mmcv 我真是小白,真的白啊!!!conda uninstall mmcv 出错

相关文章:

  • 2021-10-08
  • 2021-08-15
  • 2021-09-26
  • 2022-12-23
  • 2021-12-28
  • 2021-06-21
  • 2021-10-31
  • 2021-09-28
猜你喜欢
  • 2021-10-03
  • 2021-08-24
  • 2021-12-22
  • 2021-07-10
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案