thomas-icomplai

Results 3 comments of thomas-icomplai

same here, neither memory fs setting nor the python console trick works. I receive a slightly different error however: > File "/home/thomas/.local/lib/python3.8/site-packages/pandarallel/core.py", line 195, in get_dataframe_and_delete_file(output_file_path) > File "/home/thomas/.local/lib/python3.8/site-packages/pandarallel/core.py", line...

is there a way to upgrade this yourself?

I worked around this now with the wonderful blog post from https://www.mandsconsulting.com/lambda-functions-with-newer-version-of-boto3-than-available-by-default/ effectively just boils down to prioritize the pip installed packages before importing them: ``` if "LAMBDA_TASK_ROOT" in os.environ:...