Skip to content
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

Error on setup: IndexIndexError: string index out of range #1

Open
ghost opened this issue Jun 4, 2014 · 2 comments
Open

Error on setup: IndexIndexError: string index out of range #1

ghost opened this issue Jun 4, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 4, 2014

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?

@dankeder
Copy link
Owner

dankeder commented Jun 5, 2014

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.

@ghost
Copy link
Author

ghost commented Jun 5, 2014

Thanks a lot, Dan. That did the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant