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

ValueError: git history requires a target version of pbr.version.SemanticVersion(0.0.3), but target version is pbr.version.SemanticVersion(0.0.1) #14

Closed
sirkingchase opened this issue Mar 14, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@sirkingchase
Copy link
Contributor

When running the install command ex: sudo python3 setup.py install

The following SemanticVersion exception will be thrown:
ValueError: git history requires a target version of pbr.version.SemanticVersion(0.0.3), but target version is pbr.version.SemanticVersion(0.0.1)

I fixed this by updating version in the file: setup.cfg to 0.0.3

@flavio-fernandes
Copy link
Owner

When running the install command ex: sudo python3 setup.py install

The following SemanticVersion exception will be thrown: ValueError: git history requires a target version of pbr.version.SemanticVersion(0.0.3), but target version is pbr.version.SemanticVersion(0.0.1)

I fixed this by updating version in the file: setup.cfg to 0.0.3

Awesome! Can you please make a PR, @sirkingchase ? Otherwise, I will take a look at it when I find time.

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

No branches or pull requests

2 participants