ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based pro

安装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

ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based pro_第1张图片

 

然后使用

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

,即可成功解决!!! 

你可能感兴趣的:(python,开发语言)