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

invalid version in setup.py #46

Open
DuncanRowland opened this issue Apr 11, 2013 · 1 comment
Open

invalid version in setup.py #46

DuncanRowland opened this issue Apr 11, 2013 · 1 comment

Comments

@DuncanRowland
Copy link

git checkout master
python3 setup.py install
ValueError: invalid version in setup.py, was 0.0.0.2 but version tagged in git is 0.0.0.2-8-gacfc327

@npryce
Copy link
Contributor

npryce commented Apr 21, 2013

Doh! That's an unfortunate side-effect of our packaging and release process.

As a workaround you can check out version 0.0.0.2 so that you are working at a known tag with the following command:

git checkout 0.0.0.2

Then run python setup.py

Then finally switch back to HEAD with the command

git checkout

We'll fix this ASAP.

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

2 participants