paperspace-python
paperspace-python copied to clipboard
Job fails due to S3 bucket .zip file error: "not a valid .zip file"
In the console, the job first shows up as Queued, then Pending, then "Error!" with 0 seconds listed as elapsed at the end.
I can see the error from IPython, stating that the download is not a valid zip file. It occurs when a job has just been launched using paperspace-python version 0.0.15. The same script and set of workspace files works only some of the time due to the error.
Waiting for job to run... Job Error: Error downloading files from S3 bucket 's3://ps-projects/[ ... ]/[jobId]/[workspacedirectory].zip' to directory '/var/lib/docker/volumes/[jobId]/_data': zip: not a valid zip file
@BartoszCki
@nickpowersys Have you tried latest version?
You can upgrate to latest with:
pip install -U paperspace
To try latest pre-prelease use:
pip install -U paperspace --pre