You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have also tried --with-python=/usr/bin/python3.11 on bootstrap but that also doesn't seem to work.
I have tried setting LD_LIBRARY_PATH to /usr/local/lib as well (where I installed Boost.Python) but that also didn't do the trick (I ran ldconfig and ldconfig -n /usr/local/lib too).
Can anyone give us a hand?
The text was updated successfully, but these errors were encountered:
That's what I gathered from the documentation as well, but some of the team are adamant that they used to import Boost.Python in the past in .pyi files, like so:
Ah, well. Thank you. In that case, I'll talk to them and see where these .pyi files came from. There may be a possibility that they were directly translated from C code without care.
Hi all,
I'm trying to
import Boost.Python
from Python 3.11 and I'm getting aModuleNotFoundError
:I'm using Boost 1.82.0 on Ubuntu x86_64.
I've built Boost.Python using the following bootstrap/
b2
commands:I have also tried
--with-python=/usr/bin/python3.11
on bootstrap but that also doesn't seem to work.I have tried setting
LD_LIBRARY_PATH
to/usr/local/lib
as well (where I installed Boost.Python) but that also didn't do the trick (I ranldconfig
andldconfig -n /usr/local/lib
too).Can anyone give us a hand?
The text was updated successfully, but these errors were encountered: