boscoh / tohaml

converts HTML to HAML for the HamlPy compiler
3 stars 2 forks source link

pip install tohaml does not work #1

Closed davidtingsu closed 10 years ago

davidtingsu commented 10 years ago

Currently you have to specify a version to install tohaml

pip install tohaml
Downloading/unpacking tohaml
  Could not find a version that satisfies the requirement tohaml (from versions: 1.0a, 1.0a1, 1.0a2, 1.0a3)
Cleaning up...
No distributions matching the version for tohaml
pip install tohaml==1.0a3
boscoh commented 10 years ago

Thanks for the bug report!

It turns out the latest version of pip won't allow pre-release version numbering. So I bumped up the version - finally - to 1.0.

Should work now.