ImportError: cannot import name ‘is_py2‘

 

ImportError: cannot import name 'is_py2'

这个是pyinstaller4.0以上版本报出的错误,'is_py2'是pyinstaller3.6版本的文件。可以将4.0版本的pyinstaller删除,在

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyinstaller下载在pyinstaller3.6版本 whl文件进行安装。

安装方法

pip install ***.whl

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyinstaller

 

 

你可能感兴趣的:(pyinstaller)