sripathikrishnan/redis-rdb-tools

Unable to install rdb tools in mac os

keerthi310 opened this issue · 4 comments

Reading https://pypi.python.org/simple/redis/
Download error on https://pypi.python.org/simple/redis/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!

It's not clear what you are trying to do. Can you tell me what commands you are executing?

I believe pip install rdbtools.
I am seeing a similar issue on OS X.

pip install rdbtools

Collecting rdbtools

  Could not fetch URL https://pypi.python.org/simple/rdbtools/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping

  Could not find a version that satisfies the requirement rdbtools (from versions: )
No matching distribution found for rdbtools

I see this issue when I try to install using pip 9.0.1 on python 2.7, but not when I do an install on pip 10.0.1 on python 3.6

Nevermind, this is because pip 9.0.1 is broken as of April.

@koreindian Thanks 👍
Nevermind, this is because pip 9.0.1 is broken as of April.

Thanks for confirming!