pyinstaller打包报错for real_module_name, six_moduleAttributeError: 'str' object has no attribu

在https://github.com/pyinstaller/pyinstaller/issues/3507 即github的讨论区部分有很多对于出现问题求解的方法,

导致原因和python多数奇奇怪怪的问题一样,依赖包的版本问题。

解决办法:

对setuptools这个包进行升级,链接在这里 https://pypi.org/project/setuptools/

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

感谢评论区兄弟发言:

pip install -U --pre setuptools就行了

上一篇:麒麟服务器V10 SP1安装Django


下一篇:ERROR: Command errored out with exit status 1一例