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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a
pyo3user trying to move away from relying on running my application inside a venv. I'd like to usepyembed::MainPythonInterpreterand point it to an installedvenvinstead. 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