from matplotlib.backends import _tkagg ImportError: cannot import name _tkagg

后端 未结 5 1716
不思量自难忘°
不思量自难忘° 2021-02-05 10:53

While trying to run this example to test how matplotlib works with Tkinter, I am getting the error:

(env)fieldsofgold@fieldsofgold-VirtualBox:~/new$ python test.         


        
5条回答
  •  长情又很酷
    2021-02-05 11:42

    One answer to this question suggests the error is due to a missing Visual C++ Redistributable for Visual Studio 2015 . Installing it solved the problem for me.

提交回复
热议问题