无法识别 Pyinstaller
Pyinstaller Is Not Recognized
我知道之前有人问过这个问题,我已经研究并使用了以下步骤,但都无济于事,每个步骤:
'pyinstaller' is not recognized as an internal or external command, operable program or batch file
Pyinstaller not recognized
我已经安装并重新安装了 Pyinstaller,并通过命令行和手动将其添加到 PATH 环境变量中。
当我使用 pip show pyinstaller 时,我将其作为路径:
c:\users\globe\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages
编辑:我正在使用 Python 3.9.7,Windows 11,Pip 列表结果为:pyinstaller 4.8 和 pyisntaller-hooks-contib 2022
我通过 pycharm 安装了 pyinstaller Python3 -m pip install pyinstaller 并在它不起作用时通过命令提示符安装了 pyinstaller
我不确定还能做什么,因为它在 PATH 中有它的位置并且肯定已安装。
有什么建议吗?
我卸载了 python 的多个版本并在安装时单击“添加到 Python 到 PAth”选项重新安装
如果其他人遇到与 Numerlor 提到的相同问题,请在普通终端或 Powershell 中使用 python -m PyInstaller
调用它
我知道之前有人问过这个问题,我已经研究并使用了以下步骤,但都无济于事,每个步骤:
'pyinstaller' is not recognized as an internal or external command, operable program or batch file
Pyinstaller not recognized
我已经安装并重新安装了 Pyinstaller,并通过命令行和手动将其添加到 PATH 环境变量中。
当我使用 pip show pyinstaller 时,我将其作为路径:
c:\users\globe\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages
编辑:我正在使用 Python 3.9.7,Windows 11,Pip 列表结果为:pyinstaller 4.8 和 pyisntaller-hooks-contib 2022
我通过 pycharm 安装了 pyinstaller Python3 -m pip install pyinstaller 并在它不起作用时通过命令提示符安装了 pyinstaller
我不确定还能做什么,因为它在 PATH 中有它的位置并且肯定已安装。
有什么建议吗?
我卸载了 python 的多个版本并在安装时单击“添加到 Python 到 PAth”选项重新安装
如果其他人遇到与 Numerlor 提到的相同问题,请在普通终端或 Powershell 中使用 python -m PyInstaller
调用它