训练神经网络时缺少Matplotlib库Tkinder库报错

刚才要用Python运行一个神经网络的代码时,发现报错了。根据提示,发现没安装matplotlib模块。这个简单,先sudo pip install matplotlib就行。 在Ubuntu下使用matplotlib这个库时,运行时出现如下错误: raise ImportError(str(msg) + ', please install the python3-tk package') Imp
相关文章
相关标签/搜索