網站首頁 編程語言 正文
YOLOV7:AttributeError: module ‘distutils‘ has no attribute ‘version‘ 的解決方案
作者:青春可短暫了! 更新時間: 2022-07-22 編程語言目錄
1.遇見的問題概述:
在實現yolov7算法的過程當中出現了這個bug
AttributeError: module ‘distutils‘ has no attribute ‘version‘?
2.解決方案:
原因分析:setuptools版本問題
解決方案:
打開對應環境:輸入如下代碼
1.遇見的問題概述:
在實現yolov7算法的過程當中出現了這個bug
AttributeError: module ‘distutils‘ has no attribute ‘version‘?
2.解決方案:
原因分析:setuptools版本問題
解決方案:
打開對應環境:
pip uninstall setuptools
pip install setuptools==59.5.0
即可解決!
原文鏈接:https://blog.csdn.net/xty123abc/article/details/125862656
相關推薦
- 2023-07-09 【elementplus】解決el-table開啟show-overflow-tooltip后,to
- 2022-10-05 使用python?matplotlib?contour畫等高線圖的詳細過程講解_python
- 2021-12-11 Redis之sql緩存的具體使用_Redis
- 2022-11-05 安裝ingress-nginx遇到的一些坑實戰記錄_云其它
- 2021-12-05 密碼學之apache部署https介紹_Linux
- 2022-07-18 C語言簡明講解歸并排序的應用_C 語言
- 2022-10-24 C++?String部分成員模擬實現流程詳解_C 語言
- 2022-04-25 C#關于Func和Action委托的介紹詳解_C#教程
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支