Boost 1.72 + python 3.8 => boost_numpy38-vc141-mt-gd-x32-1_72.lib missing
Opened this issue · 4 comments
I want to use Boost Numpy (boost version 1.72) with Visual Studio 2017 and Python 3.8. In my test program which includes I get a link error "boost_numpy38-vc141-mt-gd-x32-1_72.lib". I cannot find the file "boost_numpy38-vc141-mt-gd-x32-1_72.lib" anywhere, it is not created when building the binaries (bootstrap + .\b2) and it is nowhere to be found on the binary repositories at Sourceforge (https://sourceforge.net/projects/boost/files/boost-binaries/ ).
Anybody any clue?
If you're using boost 1.72, you can use the NumPy interface that comes with Boost.Python (essentially the same as the one here, except it's in boost::python::numpy
instead of boost::numpy`). I'd strongly recommend that, because this repo is no longer being maintained.
Ah, in that case I think you just need to ask this question over at https://github.com/boostorg/python, instead.