Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda does not support multiprocessing #1684

Closed
fspigel opened this issue Dec 10, 2024 · 1 comment
Closed

AWS Lambda does not support multiprocessing #1684

fspigel opened this issue Dec 10, 2024 · 1 comment

Comments

@fspigel
Copy link

fspigel commented Dec 10, 2024

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(
@fspigel
Copy link
Author

fspigel commented Dec 10, 2024

This issue was submitted to the wrong github repo by mistake - closing

@fspigel fspigel closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants