中国软件杯——百度飞桨机械狗错误记录

一、下载paddleDetection和paddleSeg过程报错

(1)在安装COCO-API 时报错,

 错误与此相似,最终解决方案:更换安装语句,语句参考:(48条消息) (清华源)ERROR: Could not find a version that satisfies the requirement pycocotools (unavailable)_pycocotools清华源-CSDN博客

(2)在执行pip install -r requirements.txt --user命令时报错,错误原因:一开始猜测是版本问题经检查并不是,后来按照错误提示的解决方案发现错误中提到的文件已经存在,最终通过查找资料安装了第三方安装器

参考资料:(48条消息) 已解决note: This is an issue with the package mentioned above,not pip._袁袁袁袁满的博客-CSDN博客

(3)在执行pip install -r requirements.txt --user命令时报错:

错误原因:序包版本具有冲突的依赖项。

系统推荐解决方案:

1.放宽您指定的软件包版本范围

2.删除包版本以允许pip尝试解决依赖冲突

我的方案:安装virtualenv模拟环境以避免冲突:参考资料:(48条消息) error: resolutionimpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies - CSDN文库

 (4)在执行pip install -r requirements.txt --user命令时报错:

错误原因:版本冲突

我的解决方案:删除protobuf安装低版本,但是安装低版本以后又与其他组件产生冲突最终无法解决次处错误

【待解决】

 

posted @ 2023-05-09 00:06  炽灬  阅读(109)  评论(0)    收藏  举报