-
Notifications
You must be signed in to change notification settings - Fork 201
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
missing lib boost_numpy312-vc143-mt-x64-1_85.lib #441
Comments
upd. I installed this one. hopefully it'll help someone.
I don't know why, but if you run this file through vc143 or any other msvc version, the following steps will not create the necessary libraries.
put the path to your python in this file
--with-python -- only boost.python install. Remove it if you need the whole set
Other manuals populate these fields either automatically or by using flags when setting b2. But if you ran bootstrap.bat with msvc, none of these methods will work
project properties->General-> Configuration Type
project properties->Advanced-> Target file extension
project properties->Linker->General-> Additional Library Directories
project properties->Linker->Input-> Additional dependencies
|
error LNK1104: cannot open file boost_numpy312-vc143-mt-x64-1_85.lib
When installing boost with boostrap + b2, this library was not created anywhere. Also when installing via NuGet this library is not installed.
I installed numpy using pip install numpy.
The text was updated successfully, but these errors were encountered: