fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

Missing "RELEASE-VERSION" #20

Closed hiddenillusion closed 10 years ago

hiddenillusion commented 10 years ago

root@hehe:~/pylzma-master# sudo python setup.py install Traceback (most recent call last): File "setup.py", line 144, in version = get_git_version().decode('utf-8'), File "/home/lol/pylzma-master/version.py", line 97, in get_git_version raise ValueError("Cannot find the version number!") ValueError: Cannot find the version number!

Can't install from git repo due to this missing.