TShopping

標題: Python用PyInstaller打包成exe時報錯:tuple index out of range [打印本頁]

作者: woff    時間: 2023-10-31 22:04
標題: Python用PyInstaller打包成exe時報錯:tuple index out of range
  1. File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2645, in _scan_code
  2.     self._scan_bytecode(
  3.   File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2749, in _scan_bytecode
  4.     for inst in util.iterate_instructions(module_code_object):
  5.   File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\util.py", line 147, in iterate_instructions
  6.     yield from iterate_instructions(constant)
  7.   File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\util.py", line 139, in iterate_instructions
  8.     yield from get_instructions(code_object)
  9.   File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\dis.py", line 338, in _get_instructions_bytes
  10.     argval, argrepr = _get_const_info(arg, constants)
  11.   File "C:\Users\xx\AppData\Local\Programs\Python\Python310\lib\dis.py", line 292, in _get_const_info
  12.     argval = const_list[const_index]
複製代碼

運行環境

  1. win10
  2. python3.10
  3. pycharm2021
複製代碼


解決方案:



文章出處: NetYea 網頁設計




歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2