FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

ImportError: No module named Cython.Build

Open uuufly opened this issue 6 years ago • 1 comments

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

uuufly avatar Nov 21 '18 06:11 uuufly

same unsolved problem as you

Lane565 avatar Apr 18 '19 03:04 Lane565