ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 222 forks source link

Matplotlib broken when used with Tkinter #814

Open mcg1969 opened 8 years ago

mcg1969 commented 8 years ago

Migrated from https://github.com/conda/conda/issues/2600 by @akshaybabloo:


I am using Anaconda for Python 3.5.

platform : win-64
conda version : 4.0.7
conda-build version : 1.20.3
python version : 3.5.1.final.0
requests version : 2.10.0

When I use Matplotlib with Tkinter, I get nothing, but the program exits with an exit code -1073741819 (0xC0000005). The workaround I found is to do the following

conda uninstall matplotlib
pip install matplotlib

Will this be rectified in the future release?

pablo-esteban commented 7 years ago

The problem persists on win7 64bit with: