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
Labels
good first issue
Good for newcomers
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
The text was updated successfully, but these errors were encountered: