jackweiwang / TrashCanFullDet

垃圾桶满溢检测,机器学习

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行pip install -r requirements.txt的时候,提示如下错误:

Taichipeace opened this issue · comments

ERROR: Could not find a version that satisfies the requirement pycocotools (unavailable) (from versions: 2.0.0, 2.0.1, 2.0.2a1, 2.0.2)
ERROR: No matching distribution found for pycocotools (unavailable)

然后我运行了:pip install pycocotools==2.0.0

之后再运行pip install -r requirements.txt,还是出现一样的错误提示,请问是哪里出了问题呢?

ERROR: Could not find a version that satisfies the requirement pycocotools (unavailable) (from versions: 2.0.0, 2.0.1, 2.0.2a1, 2.0.2) ERROR: No matching distribution found for pycocotools (unavailable)

然后我运行了:pip install pycocotools==2.0.0

之后再运行pip install -r requirements.txt,还是出现一样的错误提示,请问是哪里出了问题呢?

找到个解决办法,我用的Windows10,
先安装MS的C++ builder。