E:\Python\Project\Infringing>pyinstaller -F -w index.py68 INFO: PyInstaller: 3.468 INFO: Python: 3.7.0 INFO: Platform: Windows-10-10.0.17134-SP0
报错
pre_safe_import_module for real_module_name, six_module_name in real_to_six_module_name.items(): AttributeError: 'str' object has no attribute 'items'
pip install -U --pre setuptools 也升级了
但是没啥卵用 网上说的 40.6.1也试过了