日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

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

欄目分類
最近更新