Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost 1.72 + python 3.8 => boost_numpy38-vc141-mt-gd-x32-1_72.lib missing #86

Open
lucwens opened this issue May 11, 2020 · 4 comments
Open

Comments

@lucwens
Copy link

lucwens commented May 11, 2020

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?

@TallJimbo
Copy link
Member

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.

@lucwens
Copy link
Author

lucwens commented May 11, 2020 via email

@TallJimbo
Copy link
Member

Ah, in that case I think you just need to ask this question over at https://github.com/boostorg/python, instead.

@lucwens
Copy link
Author

lucwens commented May 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants