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

pip安装一直失败,直接下载文件本地安装

1.打开清华源下载pycocotools:
https://pypi.tuna.tsinghua.edu.cn/simple/pycocotools-windows/

根据你的python版本,和系统位数下载,例如我的是python3.6,64位,就下载pycocotools_windows-2.0.0.2-cp36-cp36m-win_amd64.whl

2.本地安装

到文件目录下,命令行执行

pip install pycocotools_windows-2.0.0.2-cp36-cp36m-win_amd64.whl

解决。

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