Replies: 1 comment 2 replies
-
You might want to check PyO3's issue tracker. Venvs are known to work well in Linux but have pain points on Windows and Mac. I think we will need to make improvements here to support Python 3.12, but I haven't got a clear proposal in my head yet. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi.
Is it possible to use modules/packages installed into a venv or conda environment when calling python from rust?
Example:
This works fine if I don't include the "conda.module", otherwise I'm getting the following error message:
I'm running the executable inside of an already activated conda environment, importing the module works fine if I call
python
directly.Beta Was this translation helpful? Give feedback.
All reactions