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

matplotlib version check fails for version "1.5.2rc2" #6

Open
hfs opened this issue Aug 6, 2016 · 0 comments
Open

matplotlib version check fails for version "1.5.2rc2" #6

hfs opened this issue Aug 6, 2016 · 0 comments

Comments

@hfs
Copy link

hfs commented Aug 6, 2016

vectorbender.py uses

StrictVersion(matplotlib.__version__)

to check for the matplotlib version numer. On my Debian "testing" distribution the version number currently is "1.5.2~rc2-1". matplotlib.version is "1.5.2rc2". Above code raises an exception, because the version number does not match the expected format.

ValueError: invalid version number '1.5.2rc2'

Because of the following except block, VectorBender then acts as if the dependency is not met.

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