安装pycocotools时总是安装不成功?
问题1:ERROR:Could not build wheels for pycocotools, which is required to install pyproject.toml-based
下载一下压缩包,移动到自己的环境中,
链接:https://pan.baidu.com/s/1Cm_Y7V2q4JHgBwjUGZFtUg?pwd=arpg
提取码:arpg
然后使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pycocotool
成功解决
问题2:安装pycocotools时遇到ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be install
链接:https://pan.baidu.com/s/1D_CBbADTNPH-WwsN-BTv2Q?pwd=h554
提取码:h554
下载后双击安装
然后使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pycocotool
,即可成功解决!!!