-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py install not working #2
Comments
Did you use git or did you download a ZIP from github? |
download ZIP On Sun, Mar 8, 2015 at 4:21 AM, Bas Westerbaan notifications@github.com
|
'describe' wasn't working for me, so i changed it to '--version'... like so:
and it worked! :) |
There's function get_git_version() that reads file "RELEASE-VERSION", which is missing and call
assumes you have a git command line installed and, actually, git project cloned locally. I'd recommend to move that into a param file or global variables. |
This is a terrible installation instructions |
full log of error:
Calebs-Mac:ftldat-master caleb$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 8, in
version=get_git_version(),
File "/Users/caleb/Desktop/ftldat-master/get_git_version.py", line 90, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
The text was updated successfully, but these errors were encountered: