pyconcorde icon indicating copy to clipboard operation
pyconcorde copied to clipboard

I'm having trouble with Cython

Open pcezanne opened this issue 4 years ago • 2 comments

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 avatar Jan 10 '21 22:01 pcezanne

@pcezanne you may need to run pip install -U cython to install cython, if you have not already

iliailmer avatar Jan 20 '21 23:01 iliailmer

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

jvkersch avatar Jan 31 '21 09:01 jvkersch