WIndows安装PyInstaller

Windows安装Pyinstaller:ModuleNotFoundError: No module named ‘PyInstaller’

在Linux和Windows中都尝试了构建Python开发环境,在Linux上安装PyInstaller没有遇到问题,在W10上遇到一些小问题:
ModuleNotFoundError: No module named 'PyInstaller'使用pip install PyInstaller时出现以上问题,查了好多谷歌,最后在GitHub上找到了简单的解决方法:

PyInstaller installs fine with --no-use-pep517

完美解决。

你可能感兴趣的:(Python,Windows)