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

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

YOLOV7:AttributeError: module ‘distutils‘ has no attribute ‘version‘ 的解決方案

作者:青春可短暫了! 更新時(shí)間: 2022-07-22 編程語言

目錄

1.遇見的問題概述:

在實(shí)現(xiàn)yolov7算法的過程當(dāng)中出現(xiàn)了這個(gè)bug

AttributeError: module ‘distutils‘ has no attribute ‘version‘?

2.解決方案:

原因分析:setuptools版本問題

解決方案:

打開對應(yīng)環(huán)境:輸入如下代碼


1.遇見的問題概述:

在實(shí)現(xiàn)yolov7算法的過程當(dāng)中出現(xiàn)了這個(gè)bug

AttributeError: module ‘distutils‘ has no attribute ‘version‘?

2.解決方案:

原因分析:setuptools版本問題

解決方案:

打開對應(yīng)環(huán)境:

pip uninstall setuptools
pip install setuptools==59.5.0

即可解決!

原文鏈接:https://blog.csdn.net/xty123abc/article/details/125862656

欄目分類
最近更新