You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeWarning: Using fork() can cause Polars to deadlock in the child process.
In addition, using fork() with Python in general is a recipe for mysterious
deadlocks and crashes.
Log output
/python3.11/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py:951: RuntimeWarning: Using fork() can cause Polars to deadlock in the child process.
In addition, using fork() with Python in general is a recipe for mysterious
deadlocks and crashes.
Issue description
How to use fork() in python script using polar df?
Checks
Reproducible example
RuntimeWarning: Using fork() can cause Polars to deadlock in the child process.
In addition, using fork() with Python in general is a recipe for mysterious
deadlocks and crashes.
Log output
Issue description
How to use fork() in python script using polar df?
Expected behavior
Working!
Installed versions
The text was updated successfully, but these errors were encountered: