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 use boost_python-src package and get a error message:
"xxxx\packages\boost.1.67.0.0\lib\native\include\boost\python\numpy\internal.hpp(29): fatal error C1083: Cannot open include file: 'numpy/arrayobject.h': No such file or directory"
I dont need a numpy support for project. When I edit boost_python-src.targets file and remove reference to boost/python/numpy sources files, a build is successfull. I tried to install numpy and make an own package for it, but it is a not trivial task.
The text was updated successfully, but these errors were encountered:
I use boost_python-src package and get a error message:
I dont need a numpy support for project. When I edit
boost_python-src.targets
file and remove reference toboost/python/numpy
sources files, a build is successfull. I tried to install numpy and make an own package for it, but it is a not trivial task.The text was updated successfully, but these errors were encountered: