Skip to content

setup: set PYO3_PYTHON to ensure PyO3 uses the right Python

Arun Kulshreshtha requested to merge topic/default/set-pyo3-python into branch/default

We're currently setting PYTHON_SYS_EXECUTABLE in setup.py to ensure that rust-cpython uses the correct Python installation. In the case of PyO3, we need to set PYO3_PYTHON instead.

Merge request reports

Loading