Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm having trouble with Cython #26

Closed
pcezanne opened this issue Jan 10, 2021 · 2 comments
Closed

I'm having trouble with Cython #26

pcezanne opened this issue Jan 10, 2021 · 2 comments

Comments

@pcezanne
Copy link

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'
@iliailmer
Copy link
Contributor

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

@jvkersch
Copy link
Owner

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 #28 (comment)

@jvkersch jvkersch closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants