傻逼Pyinstaller问题汇总

1.解决Pyinstaller打包numpy和pandas库文件过大问题

windows下安装docker 具体教程链接:   解决Pyinstaller打包numpy和pandas库文件过大问题

2.RuntimeError: Could not find the matplotlib data files

pyinstaller版本过高 链接第三节 https://blog.csdn.net/weixin_41919571/article/details/108230843

3.No module named scipy.spatial.transform._rotation_groups when building with pyinstaller

方案:  # 命令携带参数 --hidden-import scipy.spatial.transform._rotation_groups

链接:Github

pyinstaller abcd.py --hidden-import scipy.spatial.transform._rotation_groups

4.Pyinstaller 使用+打包图片方法 :图片转换base64 使用python文件打包图片

 

累了不写了 实际解决的问题比这多太多了 西内

愿君无bug

顺颂时祺

猜你喜欢

转载自blog.csdn.net/weixin_40195422/article/details/114155734