调用matplotlib时tkinter报错
程序员文章站
2022-03-02 17:32:43
...
在一台新机器上配置环境后运行老程序,总会出现各种诡异的错误。
比如,在python3.6下运行matplotlib,报错找不到tkinter:
File "/usr/local/lib/python3.6/tkinter/__init__.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
解决办法也是林林总总,但是最简单有效的如下:
sudo apt-get install python3-tk
everything great then.
推荐阅读
-
c# 如果一个对象的值为null,那么它调用扩展方法时为甚么不报错
-
linux 服务器没有GUI时使用matplotlib库,否则报错_tkinter.TclError: couldn't connect to display "localhost:32.0"
-
用tkinter时,想要Entry的值输出,调用了get(),报错:AttributeError: 'NoneType' object has no attribute 'get'
-
Python 导入matplotlib报错 - ImportError: No module named Tkinter
-
matplotlib报错_tkinter.TclError: no display name and no $DISPLAY environment variable
-
使用pytorch时,使用matplotlib时,找不到tkinter的问题
-
在使用matplotlib的时候,涉及到调用Tkinter包从而产生的error
-
在使用matplotlib时报错_tkinter.TclError: couldn't connect to display ":0.0"
-
import matplotlib报错:No module named '_tkinter', please install the python3-tk package
-
使用matplotlib中的pyplot报错显示缺少_tkinter