ModuleNotFoundError: No module named 'pycocotools'

pip install pycocotools 无效

使用以下命令即可解决

pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

https://github.com/philferriere/cocoapi

This clone's README:
To support Windows build and python3 we had to make minor changes to:

PythonAPI/setup.py
PythonAPI/pycocotools/coco.py
To install this package, use pip as follows:

(dlwin36coco) Phil@SERVERP E:\repos
$ pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
Collecting git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
  Cloning https://github.com/philferriere/cocoapi.git to c:\users\phil\appdata\local\temp\pip-req-build-jn698z8p
Building wheels for collected packages: pycocotools
  Running setup.py bdist_wheel for pycocotools ... done
  Stored in directory: C:\Users\Phil\AppData\Local\Temp\pip-ephem-wheel-cache-rde3oevt\wheels\69\2b\12\2fa959e49f73d26cff202c2f4e5079096c9c57c8a8509fd75c
Successfully built pycocotools
Installing collected packages: pycocotools
Successfully installed pycocotools-2.0

 

你可能感兴趣的:(tensorflow)