I'm trying to install darkflow on my mac and I've already downloaded cython extensions.
I'm trying to use this command on terminal:
python3 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'
Any ideas how to fix this error?