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

Fix installation with Python 3.5 on MacOSX 10.11 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vmarkovtsev
Copy link

See http://stackoverflow.com/questions/14657375/cython-fatal-error-numpy-arrayobject-h-no-such-file-or-directory#comment52750462_14657667

cythonize(include_path=...) does not help either. Only manual Extension(), only hardcore.

@haraball
Copy link

I had the same error. For me both solutions (this and #20) work after I set export CFLAGS="-I /full/path/to/.venv/lib/python3.5/site-packages/numpy/core/include $CFLAGS".

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

Successfully merging this pull request may close these issues.

2 participants