kdavies4 / natu

Natural units in Python
http://kdavies4.github.io/natu/
Other
33 stars 5 forks source link

Pip installation fails #18

Closed arnoutaertgeerts closed 9 years ago

arnoutaertgeerts commented 9 years ago

The installation of natu with pip fails with the following error:

$ pip install natu
Downloading/unpacking natu
  Could not find a version that satisfies the requirement natu (from versions: 0.1.0-a1, 0.1.0-a2, 0.1.0-a3, 0.1.0-a4, 0.1.0-a5, 0.1.0-b)
Cleaning up...
No distributions matching the version for natu
Storing debug log for failure in c:/Users/u0098668\pip\pip.log
kdavies4 commented 9 years ago

pip doesn't accept the pre-release versions (those with suffixes -a1, -b, etc.). I released natu, and it should now work.