Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Description
It looks like the tk backend is broken with 1.5.3 and 2.0.0 on windows, most likely following#6442
To reproduce:
- install python 2.7.12 x64 windows from python.org, and wheels gholke for 2.7
- do
python -c "import matplotlib.backends._tkagg"
, which fails:
>>>importmatplotlib.backends._tkagg...RuntimeError:CouldnotfindTCLroutines
I have seen the same issue with:
- our own build of 1.5.3 in canopy (for 2.7)
- in Gholke wheels for 1.5.3 and 2.0.0 (2.7.12)
- conda package as well for 1.5.3 (both 2.7.13 and 3.5.2)