pycocotools库的安装

windows下
①https://pypi.tuna.tsinghua.edu.cn/simple/pycocotools-windows/
下载对应的版本,下载之后,放入你喜欢的文件夹中,然后启动命令行,进入whl文件所在的目录,输入以下命令即可,注意install后面是你自己下载的whl文件全称,
pip install pycocotools_windows-2.0-cp36-cp36m-win_amd64.whl
②pip install pycocotools-windows
ubuntu下
①sudo apt-get install cython
②get clone https://github.com/cocodataset/cocoapi
③进入到pythonAPI,并输入make
④pip install pycocotools

你可能感兴趣的:(windows,linux,python)