pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
参照项目的配置环境,使用 pip install 下载 pycocotools 出现了报错:
解决方法:
在终端中输入以下代码,成功下载:
pip install pycocotools-windows -i https://pypi.tuna.tsinghua.edu.cn/simple
标签:git,https,Win,install,Anaconda,pip,pycocotools,下载
From: https://blog.csdn.net/Lakakaka/article/details/137398167