当前位置: 首页 > article >正文

报错 sys_platform == “win32“ (from mmcv) (from versions: none)

报错

ERROR: Could not find a version that satisfies the requirement regex; sys_platform == "win32" (from mmcv) (from versions: none)
ERROR: No matching distribution found for regex; sys_platform == "win32"

前置安装

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu111

安装命令

pip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9/index.html

解决办法:

pip install pypiwin32 -i https://pypi.tuna.tsinghua.edu.cn/simple
 


http://www.kler.cn/a/379596.html

相关文章:

  • Kylin: `GLIBC_2.34‘ not found
  • # CentOS7 系统 /dev/mapper/centos-root满了,十步清理
  • Android Room 报错:too many SQL variables (code 1 SQLITE_ERROR) 原因及解决方法
  • 一些计算机零碎知识随写(25年1月)-1
  • 基于html5实现音乐录音播放动画源码
  • IDEA的常用设置
  • excel表格文字识别-ocr表格文字提取api接口集成-python
  • 双向链表专题
  • word选择题转excel(一键转写,无格式要求)
  • 发货到印尼的海运报价
  • C++学习笔记----9、发现继承的技巧(七)---- 转换(1)
  • 蓝桥杯py组入门(bfs广搜)
  • git入门教程4:git工作流程
  • 【ARM Linux 系统稳定性分析入门及渐进 1.2 -- Crash 工具依赖内容】
  • 软考:通信系统架构设计
  • 【django】Django REST Framework 序列化与反序列化详解
  • 07.适配器模式设计思想
  • 论文学习——A Prompt Pattern Catalog to Enhance Prompt Engineering with ChatGPT
  • Redis-数据结构和内部编码
  • Java学习Day54:初遇萍萍(权限控制)
  • 11.03学习
  • 智慧汇聚:十款企业培训工具打造学习型企业
  • PostgreSQL核心揭秘(二)-进程和内存架构
  • 深入解析缓存模式下的数据一致性问题
  • 论文学习笔记(一)
  • leetcode hot100【LeetCode 3. 无重复字符的最长子串】java实现