Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Cython fails to run for a python3.6 installed in custom location. #1727
Comments
gwk
commented
Jun 3, 2017
|
I am able to work around this bug by installing cython in developer mode: From there I was able to build pyzmq using |
|
The name " |
gwk commentedJun 3, 2017
I have built/installed python from source on OSX to a custom framework location. The exact configure command is:
I then install cython using the corresponding pip:
The cython install succeeds, but the installation is broken:
I believe this is a Cython bug, as I can successfully install many other packages using pip for custom python locations. If anyone has an idea of how to debug this issue please let me know; I realize that these setups can be time consuming to reproduce. Thanks!