我正在尝试使用pyinstaller
构建.exe文件,但最终我的.exe文件超过30MB :(那正常吗?
我有Windows 10 x64
C:\Users\ghost\Google Диск\Active Projects\2018-01-17 GPS (master)
(cargo-test) λ pip freeze
altgraph==0.16.1
certifi==2018.11.29
chardet==3.0.4
future==0.17.1
idna==2.8
macholib==1.11
pefile==2018.8.8
PyInstaller==3.4
PyQt5==5.11.3
PyQt5-sip==4.19.13
pyserial==3.4
pywin32-ctypes==0.2.0
requests==2.21.0
urllib3==1.24.1
C:\Users\ghost\Google Диск\Active Projects\2018-01-17 GPS (master)
(cargo-test) λ python --version
Python 3.6.5
有什么方法可以减小这个尺寸?