Installation of pycocotools==2.0.0 throws the error ImportError: No module named Cython.Build
It requires package Cython, to be installed by the command pip install Cythonpip install 'pycocotools==2.0.0' does not automatically install this dependency, hence
[ ] requirements.txt file needs to be updated to include Cython package
For reference, my system details are:
Operating System: Ubuntu 14.04.5 LTS
Kernel: Linux 4.2.0-42-generic
Architecture: x86_64
@LisaAnne @kayburns
Installation of
pycocotools==2.0.0
throws the errorImportError: No module named Cython.Build
It requires packageCython
, to be installed by the commandpip install Cython
pip install 'pycocotools==2.0.0'
does not automatically install this dependency, hencerequirements.txt
file needs to be updated to includeCython
packageFor reference, my system details are: