You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whe trying to install xbtarbiter on OSX Mavericks with Python 2.7.5 running I get this error:
Traceback (most recent call last):
File "setup.py", line 23, in <module>
version=get_version(),
File "setup.py", line 19, in get_version
line = p.stdout.readline()[0]
IndexError: string index out of range
Any idea what's going on there?
The text was updated successfully, but these errors were encountered:
Hi,
there are probably no tags in the git repository. Try git fetch --tags origin before running setup.py.
I agree the error message is not very clear, I'll fix it as soon as I get to it.
Whe trying to install xbtarbiter on OSX Mavericks with Python 2.7.5 running I get this error:
Any idea what's going on there?
The text was updated successfully, but these errors were encountered: