darkflow icon indicating copy to clipboard operation
darkflow copied to clipboard

Problem building the library

Open denizkavi opened this issue 7 years ago • 2 comments

Hello all! I've been trying to build the library for a while now but kept getting the same error messages in the command prompt when I try py setup.py build_ext --inplace I get: from Cython.Build import cythonize ModuleNotFoundError: No module named 'Cython' and when I try the (other) pip install -e . way I get: Command "C:\Users\deniz\Anaconda3\python.exe -c "import setuptools, tokenize;file='C:\Users\deniz\Desktop\Dark\darkflow-master\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps" failed with error code 1 in C:\Users\deniz\Desktop\Dark\darkflow-master
Any and all help is appreciated.

denizkavi avatar Nov 18 '18 19:11 denizkavi

Can you try installing Cython dependency using pip install Cython and then follow the steps?

sandeeprepakula avatar Nov 22 '18 10:11 sandeeprepakula

Some issue with the pip install -e of the repo, installing each library manually would be a solution

denizkavi avatar Mar 18 '23 07:03 denizkavi