python封装exe 时间time问题_python 打包exe出现RuntimeError: Could not find the matplotlib data files 的解决方法...

python 打包exe出现RuntimeError: Could not find the matplotlib data files 的解决方法

  

日期:2020-10-01

浏览:256    评论:0

核心提示:在打包包含matplotlib库时出现RuntimeError: Could not find the matplotlib data files的解决方法。错误提示里面的介绍:MatplotlibDeprecationWarning: Matplotlib installs where the data is not in the mpl-data subdirectory of the package are deprecated since 3.2 and support for them

在打包包含matplotlib库时出现RuntimeError: Could not find the matplotlib data files的解决方法。

错误提示里面的介绍:

MatplotlibDeprecationWarning: Matplotlib installs where the data is not in the mpl-data subdirectory of the package are deprecated since 3.2 and support for them will be removed two minor releases later.

原因 matplotlib3.2以后就把mpl-data分离出去了

所以解决方法

第一步:卸载,重装(在anaconda prompt里)或者虚拟环境下,看你在哪里打包,就在哪里装

pip uninstall matplotlib

pip install matplotlib==3.1.1

第二步:打包

pyinstaller -F XXX.py

第三步:修改spec文件

原hiddenimports=[],

修改后

hiddenimports=[‘matplotlib’],

第四步:重新打包

pyinstaller -F XXX.spec

ok

可以运行

更多打包讲解

python将资源文件一起打包进exe 讲解(有算例)

电气专业的计算机萌新:余登武。写博文不容易。如果你觉得本文对你有用,请点个赞支持下,谢谢。

打赏

本文转载自:网络

所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486

最近资讯中心

最新资讯中心

相关评论

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值