解决pyinstaller的坑人问题:IndexError: tuple index out of range
pyinstaller无法正确生成exe文件解决方案:
报错信息:
C:\WINDOWS\system32>pyinstaller C:\Users\evank\Desktop\Package\program.py
121 INFO: PyInstaller: 3.2.1
121 INFO: Python: 3.6.1
121 INFO: Platform: Windows-10-10.0.15063-SP0
127 INFO: wrote C:\WINDOWS\system32\program.spec
127 INFO: UPX is not available.
129 INFO: Extending PYTHONPATH with paths
['C:\\Users\\evank\\Desktop\\Package', 'C:\\WINDOWS\\system32']
129 INFO: checking Analysis
131 INFO: Building Analysis because out00-Analysis.toc is non existent
131 INFO: Initializing module dependency graph...
138 INFO: Initializing module graph hooks...
140 INFO: Analyzing base_library.zip ...
Traceback (most recent call last):
File "C:\Program Files\Python36\Scripts\pyinstaller-script.py", line 11, in <module>
load_entry_point('PyInstaller==3.2.1', 'console_scripts', 'pyinstaller')()
File


769

被折叠的 条评论
为什么被折叠?



