Closed MarcoGorelli closed 1 year ago
From a cursory search, maybe a fallout from https://github.com/boto/boto3/issues/3515 https://github.com/boto/boto3/issues/3516?
Edit: Made it far enough in the log to see now that @mroeschke has likely identified the cause
Not familiar with this, could it be an issue?
2022-12-13T17:18:05.5870535Z ##[warning]Failed to restore: Aborting cache download as the download time exceeded the timeout. 2022-12-13T17:18:05.8393423Z pip cache is not found
First time trying to create a development environment according to the docs and am experiencing the same issue with Ubuntu 20.04. @mroeschke cursory search suggested this work around which I tried prior to finding this issue w/ no luck
python3 -m pip install --upgrade pip
Requirement already satisfied: pip in /home/tpackard/virtualenvs/pandas-dev-3.10/lib/python3.10/site-packages (22.3.1)
I also tried to limit the versions of boto3 and botocore as suggested by the pip, which didn't work either.
None of these have helped. As a noob, I have to ask was this not an issue last week? Or is it kind of a niche problem because everyone is using docker or mamba? And maybe if this issue persists this option of using pip to create your development environment should be a last or worst case scenario since it takes so long?
Or is it kind of a niche problem because everyone is using docker or mamba
I this is a big part of the issue, yeah, most of the people I've asked are using one of them
Locally I tried just removing boto3
, botocore
, and aiobotocore
from requirements-dev.txt
, and installation worked fine, it only took about a few minutes
@tpackard1 while this is resolved, to unblock your local development, could you try that? (unless you're running boto-related tests)
Example from a CI run https://github.com/pandas-dev/pandas/actions/runs/3687244987/jobs/6240575739
Logs show:
Or, to paraphrase:
Is there a way to speed this up somehow?