当前位置: 首页 > 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

相关文章:

  • 数学建模学习(135):使用Python基于WSM、WPM、WASPAS的多准则决策分析
  • Rust 力扣 - 1423. 可获得的最大点数
  • Golang | Leetcode Golang题解之第524题通过删除字母匹配到字典里最长单词
  • 「C/C++」C/C++标准库 之 #include<cstdlib> 通用工具函数库
  • 小家电常用防水触摸IC
  • 文化素质教育系列讲座听讲6
  • 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实现