我已使用pyinstaller将.py程序转换为exe。但是,当我单击可执行文件时,它以以下错误开头,然后继续请求输入。输入后,exe会因一些我看不到的错误而关闭。从命令行运行时,该程序可执行文件正常运行。所使用的库是matplotlib,pandas和numpy,我正在使用x64 Windows。
错误 ''' c:\ users \ bless \ appdata \ local \ programs \ python \ python37-32 \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py:627:MatplotlibDeprecation警告: MATPLOTLIBDATA环境变量在Matplotlib 3.1中已弃用,在3.3中将被删除。 exec(字节码,模块。 dict )
''''