pyconcorde
pyconcorde copied to clipboard
I'm having trouble with Cython
I was able to install Cython, with "brew install python" but when I do the 'pip install -e .' command I get some error centering on Cython.
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
@pcezanne you may need to run pip install -U cython
to install cython, if you have not already
Just as a heads-up, the next version (0.2.0) will run concorde in a subprocess, thus removing the need for Cython. You can get a sneak preview of this API in https://github.com/jvkersch/pyconcorde/issues/28#issuecomment-770354999