pip install <package name>
is failing for every package for me. This is what I get:
Could not find a version that satisfies the requirement <package-name
(from versions: )
No matching distribution found for <package-name>
I saw similar questions on Stack Overflow, but they don't seem to be fully related to this one.
Also, this post suggests that this might happen if PyPI is down or my IP address is blacklisted. It seems both are not true for my case.
pip shows up-to-date on running pip install --upgrade pip
.