darkflow
darkflow copied to clipboard
Problem building the library
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.
Can you try installing Cython dependency using pip install Cython and then follow the steps?
Some issue with the pip install -e of the repo, installing each library manually would be a solution