Replies: 1 comment 3 replies
-
Do you know what line this is blocking on? Can you attach a debugger and see what it is waiting for? |
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.
-
Bug Description
I wrote the prediction for YOLOv8 in Python and called it in Pyo3, but it got stuck during the prediction phase. It's normal to execute the Python script separately。
Steps to Reproduce
Step1 :
Step2 :
Backtrace
No response
Your operating system and version
Macos
Your Python version (
python --version
)Python 3.9.7
Your Rust version (
rustc --version
)rustc 1.76.0-nightly (b10cfcd65 2023-11-29)
Your PyO3 version
0.20.0
How did you install python? Did you use a virtualenv?
Conda base env
Additional Info
No response
Beta Was this translation helpful? Give feedback.
All reactions