Replies: 1 comment 3 replies
-
Thanks for the question. It's a bit of an open question that we need to explore. I think you can use the |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have a question regarding this document: https://pyo3.rs/v0.16.0/python_from_rust.html
I'm thinking about creating a CI/CD system. Users can create python scripts, and a rust-based management system runs those scripts. I hope to use pyo3 to implement it. But I'm not sure how pyo3 selects the python environment.
For examples, if I have multiple python environments installed on my host. Only one of them has the package pytorch installed, how can I be sure that pyo3 will find this python environment? Is this something we can specify programmatically?
Beta Was this translation helpful? Give feedback.
All reactions