We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: