"DeprecationWarning: This process is multi-threaded, use of fork() may lead to deadlocks in the child." since OpenVINO 2025.0.0 #28944
Labels
bug
Something isn't working
category: Python API
OpenVINO Python bindings
priority: high
High piority
Milestone
Calling
openvino.convert_model
results in having multiple lines of the following warning being printed:This started with OpenVINO version
2025.0.0
and was not yet the case with version2024.6.0
.I'm unsure if this is a problem, but I thought at least reporting it might be a good idea.
Here is a minimal example to reproduce the warning (and the difference between the two versions):
Command:
docker build --rm --progress=plain .
The text was updated successfully, but these errors were encountered: