Certain operations just spawn a new process #4947
Unanswered
SeanPedersen
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have been playing around with PyO3 a bit and enjoy it if it would not be so unstable. Certain Python module functions cause it to just spawn a new process...
I noticed it for: transformers model execution, tqdm and openTSNE
I also found this related issue: https://stackoverflow.com/questions/77522832/call-to-python-class-constructor-from-rust-with-pyo3-spawns-new-processes
Any idea how to deal / fix it gracefully?
Beta Was this translation helpful? Give feedback.
All reactions