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.
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.