Replies: 1 comment 8 replies
-
Hi, am am facing the same issue. On ubuntu I have the following in the CMakeLists:
but the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sorry if this is a duplicate but I've not managed to find any working solutions to my problem
The issue in my case is that for standard python when I print
sys.path
I get the system paths and the .local ones. But when i compile an embedded the .local paths are missing for an unknown reason.I use pybind11 with cmake like so
and i set the python executable manually.
Why is the sys.path different from the standard one ?
Nb:
Without pybind11 with the following cmake config the .local paths are present in sys.path
Beta Was this translation helpful? Give feedback.
All reactions