Skip to content

Can't pip install because of 502 responses from Maven #104

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

Closed
jekozyra opened this issue Jun 22, 2019 · 1 comment
Closed

Can't pip install because of 502 responses from Maven #104

jekozyra opened this issue Jun 22, 2019 · 1 comment

Comments

@jekozyra
Copy link

It appears that Maven is down, and I'm receiving the following errors:

ERROR: Failed building wheel for amazon-kclpy
ERROR: awscli 1.16.159 has requirement botocore==1.12.149, but you'll have botocore 1.12.174 which is incompatible.
ERROR: aws-sam-cli 0.16.0 has requirement requests==2.20.1, but you'll have requests 2.19.1 which is incompatible.
ERROR: aws-sam-cli 0.16.0 has requirement six~=1.11.0, but you'll have six 1.12.0 which is incompatible.
    ERROR: Complete output from command /var/lang/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-f64risw8/amazon-kclpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-wohn
gg4x/install-record.txt --single-version-externally-managed --compile --home=/tmp/pip-target-tq0ckc_p:
    ERROR: running install
    Attempting to retrieve remote jar https://search.maven.org/remotecontent?filepath=software/amazon/kinesis/amazon-kinesis-client-multilang/2.1.2/amazon-kinesis-client-multilang-2.1.2.jar
    Failed to retrieve https://search.maven.org/remotecontent?filepath=software/amazon/kinesis/amazon-kinesis-client-multilang/2.1.2/amazon-kinesis-client-multilang-2.1.2.jar: HTTP Error 502: Bad Gateway
    Attempting to retrieve remote jar https://search.maven.org/remotecontent?filepath=software/amazon/kinesis/amazon-kinesis-client/2.1.2/amazon-kinesis-client-2.1.2.jar
    Failed to retrieve https://search.maven.org/remotecontent?filepath=software/amazon/kinesis/amazon-kinesis-client/2.1.2/amazon-kinesis-client-2.1.2.jar: HTTP Error 502: Bad Gateway
    Attempting to retrieve remote jar https://search.maven.org/remotecontent?filepath=software/amazon/awssdk/kinesis/2.4.0/kinesis-2.4.0.jar
    Failed to retrieve https://search.maven.org/remotecontent?filepath=software/amazon/awssdk/kinesis/2.4.0/kinesis-2.4.0.jar: HTTP Error 502: Bad Gateway
    Attempting to retrieve remote jar https://search.maven.org/remotecontent?filepath=software/amazon/awssdk/aws-cbor-protocol/2.4.0/aws-cbor-protocol-2.4.0.jar
    Failed to retrieve https://search.maven.org/remotecontent?filepath=software/amazon/awssdk/aws-cbor-protocol/2.4.0/aws-cbor-protocol-2.4.0.jar: HTTP Error 502: Bad Gateway
    Attempting to retrieve remote jar https://search.maven.org/remotecontent?filepath=com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.8/jackson-dataformat-cbor-2.9.8.jar
    Failed to retrieve https://search.maven.org/remotecontent?filepath=com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.8/jackson-dataformat-cbor-2.9.8.jar: HTTP Error 502: Bad Gateway
...

is there an alternate mirror that can be used? It's been ~18 hours.

@whummer
Copy link

whummer commented Aug 1, 2019

Same issue here - looks like search.maven.org has recently configured request throttling.

This is a critical issue that blocks installations. Any chance we can perform retries on these JAR downloads upon pip install?


Edit: Potentially could be fixed by #100 - see comment on that PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants