1. 程式人生 > >pyinstaller打包報錯for real_module_name, six_moduleAttributeError: 'str' object has no attribute 'items'

pyinstaller打包報錯for real_module_name, six_moduleAttributeError: 'str' object has no attribute 'items'

在https://github.com/pyinstaller/pyinstaller/issues/3507 即github的討論區部分有很多對於出現問題求解的方法,

導致原因和python多數奇奇怪怪的問題一樣,依賴包的版本問題。

解決辦法:

對setuptools這個包進行升級,連結在這裡 https://pypi.org/project/setuptools/

直接下載最新版就行了,不知道直接pip install setuptools好不好使,反正我沒有用

感謝評論區兄弟發言:

pip install -U --pre setuptools就行了