-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
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 |
I’m actually including "boost\python\numpy.hpp"
And this gives me LINK : fatal error LNK1104: cannot open file 'boost_numpy38-vc141-mt-gd-x32-1_72.lib'
Which header should I include?
From: Jim Bosch <[email protected]>
Sent: Monday, 11 May 2020 17:13
To: ndarray/Boost.NumPy <[email protected]>
Cc: Luc Wens <[email protected]>; Author <[email protected]>
Subject: Re: [ndarray/Boost.NumPy] Boost 1.72 + python 3.8 => boost_numpy38-vc141-mt-gd-x32-1_72.lib missing (#86)
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#86 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKCVMHKPF3D5HUCTTLOK5VDRRAIZDANCNFSM4M5X4BEA>.
|
Ah, in that case I think you just need to ask this question over at https://github.com/boostorg/python, instead. |
Ok, I’ll give that a shot, thank’s fort he reply
From: Jim Bosch <[email protected]>
Sent: Monday, 11 May 2020 17:55
To: ndarray/Boost.NumPy <[email protected]>
Cc: Luc Wens <[email protected]>; Author <[email protected]>
Subject: Re: [ndarray/Boost.NumPy] Boost 1.72 + python 3.8 => boost_numpy38-vc141-mt-gd-x32-1_72.lib missing (#86)
Ah, in that case I think you just need to ask this question over at https://github.com/boostorg/python, instead.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#86 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKCVMHKOKSSJT6OBYJJU3CLRRANV3ANCNFSM4M5X4BEA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: