在pycharm中安装,和直接输入pip install pyinstaller 均报错,

pyinstaller  安装报错,环境是python3.7

 

 最后,输入pip install -i https://pypi.douban.com/simple/ pyinstaller  问题解决。

 

pyinstaller打包exe文件时,注意包的导入.

 

相关文章: