IndexError: tuple index out of range name co.co_names[oparg] IndexError: tuple index out of range 解决办法: 升级最新版pyinstaller ,老版本不支持python3.5以上 win32ctypes.pywin32.pywintypes.error: (1006, ‘LoadLibraryExW’, ‘文件所在的…
pyinstaller Unable to find “setuptools-XX.X.X-pyX.X.egg\EGG-INFO” when adding binary and data files解决办法
报错内容
Unable to find “某个盘:\某个目录\venv\lib\site-packages\setuptools-40.8.0-py3.7.egg\EGG-INFO” when adding binary and data files.
解决…
问题描述
Traceback (most recent call last):
File "transformers\utils\import_utils.py", line 1086, in get_module
File "importlib_init.py", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1006, in _g…