Skip to content

BUG: matplotlib.__version__ is unicode #8502

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

Closed
jreback opened this issue Oct 7, 2014 · 0 comments · Fixed by #8504
Closed

BUG: matplotlib.__version__ is unicode #8502

jreback opened this issue Oct 7, 2014 · 0 comments · Fixed by #8504
Labels
Testing pandas testing functions or related to the test suite Unicode Unicode strings Windows Windows OS
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Oct 7, 2014

see here: https://ci.appveyor.com/project/jreback/pandas/build/1.0.455/job/2avadnw54tpv3lob

so it appears that matplotlib changed the version string in 1.4.0 to be unicode (and not a string).
(to be honest I would call that a bug, separate issue).

BUT our tests now fail because of this, I guess

str(matploblib.__version__) > LooseVersion('1.4.0') is now necessary

weird

@TomAugspurger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Unicode Unicode strings Windows Windows OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant