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
When running polars code within an AWS lambda environment, calling some functions produces OSError: [Errno 38] Function not implemented due to multithreading.
Specifically a call to polars.from_pandas() causes the exception when it gets to
File "/var/lang/lib/python3.11/multiprocessing/synchronize.py", line 57, in __init__
sl = self._semlock = _multiprocessing.SemLock(
The text was updated successfully, but these errors were encountered:
When running polars code within an AWS lambda environment, calling some functions produces
OSError: [Errno 38] Function not implemented
due to multithreading.Specifically a call to
polars.from_pandas()
causes the exception when it gets toThe text was updated successfully, but these errors were encountered: