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
I get the error :
fatal error: boost/numpy.hpp: No such file or directory
and I found numpy.hpp in my installation under boost/python ( I am using the latest version of boost: 1.63)
as per their github:
"
NumPy support is scheduled to be included in Boost release 1.63, and is already available on the Boost.Python master branch (https://github.com/boostorg/python/tree/master). The interface is the same as Boost.Numpy, but in a different namespace.
There are currently no plans for further development on this independent package. "
So, I guess this will be a persistent issue
Also, can someone suggest a temporary fix?
The text was updated successfully, but these errors were encountered:
You can add <boost/python/numpy.hpp> in the include and replace the namespaces in segment_py.cpp file the "boost::numpy::" with the "boost::python::numpy"
disclaimer: first time noob, please be forgiving
I get the error :
fatal error: boost/numpy.hpp: No such file or directory
and I found numpy.hpp in my installation under boost/python ( I am using the latest version of boost: 1.63)
as per their github:
"
NumPy support is scheduled to be included in Boost release 1.63, and is already available on the Boost.Python master branch (https://github.com/boostorg/python/tree/master). The interface is the same as Boost.Numpy, but in a different namespace.
There are currently no plans for further development on this independent package. "
So, I guess this will be a persistent issue
Also, can someone suggest a temporary fix?
The text was updated successfully, but these errors were encountered: