【问题标题】:Used pip for pyinstaller but pyinstaller still not recognized将 pip 用于 pyinstaller 但 pyinstaller 仍然无法识别
【发布时间】:2019-01-07 20:31:27
【问题描述】:

虽然我使用 pip 获取 pyinstaller 没有任何错误,但命令提示符告诉我“'pyinstaller' 不是内部或外部命令、可运行程序或批处理文件。”我也没有在我的 Scripts 文件夹中看到任何名为“pyinstaller”的文件。

PATH 似乎指向了正确的位置。我可以成功地 pip 其他包。

【问题讨论】:

标签: python-3.x pyinstaller


【解决方案1】:

我找到了脚本。我通过查看使用 pip 时提到的路径找到它。然后我必须把它放在我已经工作的 PATH 中(这只是我在 Python 中的 Scripts 文件夹),并将它重命名为“pyinstaller”

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-06-18
    • 2020-12-27
    • 2021-04-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多