股票

matplotlib打包exe程序时的问题总结

因为调用 matplotlib 库,导致 exe 打包花费了整整一天的时候,中间缺乏的部分简单的库文件如 tornado 安装问题就不再多说,以下四个问题都是比较棘手的故障,特别是最后一个 Tkinter 的问题,四五个小时的时间都在查找错误原因。

1,exe启动时的告警
WARNING: file already exists but should not: C:\…\…\…\Local\Temp\_MEI58962\include\pyconfig.h

2,setuptool版本的错误

ImportError: The ‘appdirs’ package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.

3,numpy错误

ImportError:

Importing the multiarry numpy extension module failed. Most likely, you are trying to import a failed build or numpy. If you’re working with a numpy git repo, try ‘git clean -xdf’ (remove files not under version control). Otherwise reinstall numpy.

4,明明安装了 Tkinter 但是仍然提示错误

ImportError: No module named Tkinter

 

打赏
原文链接:,转发请注明来源!

发表评论