PyOxidizer configuration for virtual environment #597
Unanswered
l-monninger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a
pyo3
user trying to move away from relying on running my application inside a venv. I'd like to usepyembed::MainPythonInterpreter
and point it to an installedvenv
instead. But, I'm having trouble doing so when using::default()
. I keep getting aFatal Python error: init_interp_main: failed to update the Python config
.Here's a redacted version of my output if I run without setting PYTHONPATH:
And, with PYTHONPATH set to the appropriate venv path:
What do I need to configure to get this working properly?
Beta Was this translation helpful? Give feedback.
All reactions