Orfeas Kypris

Results 3 comments of Orfeas Kypris

Hello, I am running `awscli` version `1.18.69-1ubuntu0.20.04.1`, and when trying a command ```bash aws s3 cp s3://bucket/path/to/data/ local/folder/ ``` and `path/to/data` does not exist, I obtain the following error: ```...

I can confirm the same issue with dataclasses-json @ `0.5.7` and joblib @ `1.2.0` . It seems to work when using ```python Parallel(n_jobs=-1, backend="multiprocessing")(delayed(print_my_class)(i) for i in range(1000)) ``` since...