CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.09k stars 1.1k forks source link

ImportError: No module named Cython.Build #206

Open uuufly opened 5 years ago

uuufly commented 5 years ago

when I Go to ./libs/datasets/pycocotools and run make, there is a mistake as follows:

python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 2, in from Cython.Build import cythonize

Makefile:3: recipe for target 'all' failed make: *** [all] Error 1

Lane565 commented 5 years ago

same unsolved problem as you