thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

issue with Build. no module named Cython.build #1047

Open newmluser opened 5 years ago

newmluser commented 5 years ago
sudo python setup.py build_ext --inplace
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from Cython.Build import cythonize
ImportError: No module named Cython.Build

if I dont use sudo


python setup.py build_ext --inplace
running build_ext
building 'darkflow.cython_utils.nms' extension
creating build
error: could not create 'build': Permission denied

Can you help with this issue so that I can proceed

idhamhalim commented 5 years ago

try installing cython on your pc , then use the command with sudo again