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

cmake error #15

Open
sayantanghosh opened this issue Jul 21, 2016 · 2 comments
Open

cmake error #15

sayantanghosh opened this issue Jul 21, 2016 · 2 comments

Comments

@sayantanghosh
Copy link

sayantanghosh commented Jul 21, 2016

cmake fails to find Numpy for making the python wrapping even after I manually input the outputs of import numpy as np; np.get_include(); np.__version__ in the NUMPY_INCLUDE_DIR and NUMPY_VERSION in the cmake options.

I am using python 3.5 on Ubuntu 16.10 (kernel version 4.4.0-31), python 3.5.1 and numpy version 1.11.1. I have tried to build it on the commit d4c03aa9e354be16265d0efe0815c09b35abc642

Can anyone please help?

@nikorose87
Copy link

I think that it only works in python 2.7. So, try it, It works for me.

@marnunez
Copy link

marnunez commented Dec 5, 2016

It's a no go for Python 3.x. It does work with 2.7, I've just compiled all

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