-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
PY36 and PY37 failure together with matplotlib #30
Comments
When I enable a different backend in matplotlib everything seems to work just fine. Namely Agg. |
I believe this is matplotlib causing issues not the tk package. I can replicate this using matplotlib 3.0.2 but the issues goes away when matplotlib is downgraded to 2.x. |
I suspect this is the same issue as described here: |
I see, so it is likely coming from some side-dependencies. 👍 |
Issue:
There's a failing PR in the scikit-bio feedstock due to an error likely arising from tkinter. Note that this happens when the test suite gets to a line that imports matplotlib, so the problem could also be matplotlib.
So far, we are only seeing the problem with PY36 and PY37 on macOS. Everything seems to be working well for PY35 on macOS and in all three versions for Linux.
The following text shows up after running the unit tests:
For more information see this Travis build, corresponding PR here: conda-forge/scikit-bio-feedstock#11.
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: