【发布时间】:2023-01-04 12:13:52
【问题描述】:
完成我的 python 项目后,我试图将它转换为 .exe 文件,所以我使用 python 版本 3.10。我已经从 cmd 安装了 auto-py-to-exe 应用程序,但是当我想打开它时,出现此错误:
auto-py-to-exe : The term 'auto-py-to-exe' is not recognized as the name of
a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ auto-py-to-exe
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (auto-py-to-exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
标签: python cmd exe auto-py-to-exe