You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: