nabla-c0d3/nassl

Can't install 3.0.0

Closed this issue · 1 comments

Im running py 3.7

$ pip --version
pip 18.1 from /home/myoung/.asdf/installs/python/3.7.2/lib/python3.7/site-packages/pip (python 3.7)

Pypi shows a valid 3.0.0 with the only req being py>=3.7, however:

$ pip install nassl==3.0.0
Collecting nassl==3.0.0
  Could not find a version that satisfies the requirement nassl==3.0.0 (from versions: 0.13.4.win32, 0.13.1, 0.13.2, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.17.0, 1.0.1, 1.0.2, 1.0.3, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0)
No matching distribution found for nassl==3.0.0
You are using pip version 18.1, however version 20.1b1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Nevermind upgrading pip-20.0.2 solved it