-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEV pip install -r requirements-dev.txt takes...54 minutes? #50239
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
Comments
From a cursory search, maybe a fallout from boto/boto3#3515 boto/boto3#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?
|
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
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? |
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 @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?
The text was updated successfully, but these errors were encountered: