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
if I dont use sudo
Can you help with this issue so that I can proceed