Run multiple instances of python/different versions of python #5166
Unanswered
frederik-uni
asked this question in
Questions
Replies: 1 comment
-
Unfortunately because PyO3 interacts with an in-process Python, I am not aware of any way to load multiple versions at the same time. For multiple runtimes, perhaps you are looking for #576 |
Beta Was this translation helpful? Give feedback.
0 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.
-
the python env is set by PYTHONPATH. Is it possible to use
Python::with_gil(|py| {})
with 2 diffferent python runtimes or 2 different python versions
Beta Was this translation helpful? Give feedback.
All reactions