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

chore: update to pybind11 to v2.11.1 #853

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aaraney
Copy link
Member

@aaraney aaraney commented Jul 5, 2024

The only seemingly relevant change was introduced in v2.11.0:

py::initialize_interpreter() using PyConfig_InitPythonConfig() instead of PyConfig_InitIsolatedConfig(), to obtain complete sys.path. #4473

This should address Python virtual environment resolution issues on Linux systems.

Changes

  • Update vendored pybind11 version to v2.11.1 (see release notes).

@aaraney
Copy link
Member Author

aaraney commented Jul 5, 2024

Testing this locally on macOS, this does not seem to solve the issues outlined in #441 and #628 (on macOS systems).

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

Successfully merging this pull request may close these issues.

2 participants