Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ImportError: Entry point ('console_scripts', 'cython') not found #1697
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mariavd commentedMay 5, 2017
I have been having trouble compiling a program which needs Cython on my desktop with CentOS 7. I use Anaconda and particularly checked if Cython is installed:
The program has been successfully compiled on Ubuntu, so I suspect that Cython is not configured properly on my desktop. Could you recommend something to solve the issue? Thanks.