Skip to content
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

fresh install using pip failed #2160

Closed
vadimkim opened this issue Sep 5, 2016 · 3 comments
Closed

fresh install using pip failed #2160

vadimkim opened this issue Sep 5, 2016 · 3 comments

Comments

@vadimkim
Copy link

vadimkim commented Sep 5, 2016

Hi,
I have a strange installation problem:

<root@xxxx>/root # pip install awscli
Collecting awscli
  Could not find a version that satisfies the requirement awscli (from versions: )
No matching distribution found for awscli

Pip itself seems to pass dependency requirements

<root@xxxx>/root # pip -V
pip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)

@JordonPhillips
Copy link
Member

This appears to be an issue with pip, not the CLI. I would recommend asking the pip maintainers. That said, I was able to find a very similar issue on the homebrew repo that might be of assistance: Homebrew/legacy-homebrew#41253

@vadimkim
Copy link
Author

vadimkim commented Sep 9, 2016

Thank you Jordon, it was indeed pip issue.
I have fixed it by manually running python setup.py install for each dependent module. Not the optimal way (in compare to SSL update) but fast enough.

@diegovdev
Copy link

In my case turned out to be a SSL version error which I was able to see when running the command using verbose:
sudo pip install -vvv awscli

The fix was to upgrade pip as this thread explains https://stackoverflow.com/questions/49768770/not-able-to-install-python-packages-ssl-tlsv1-alert-protocol-version

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

3 participants