Silly Pyinstaller problem summary

1. Solve the problem of Pyinstaller packaging numpy and pandas library files are too large

Install docker under windows specific tutorial link:    solve the problem of Pyinstaller packaging numpy and pandas library files are too large

 

2.RuntimeError: Could not find the matplotlib data files

The pyinstaller version is too high, link Section 3  https://blog.csdn.net/weixin_41919571/article/details/108230843

 

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

Solution: # Command carries parameters --hidden-import scipy.spatial.transform._rotation_groups

Link: Github

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

4.Pyinstaller use + package image method: image conversion base64 package image using python file

 

Tired not to write, there are too many problems actually solved than this Cine

May you have no bugs

 

 

 

 

Sincerely

Guess you like

Origin blog.csdn.net/weixin_40195422/article/details/114155734