术语“submit50”不被识别为 cmdlet、函数、脚本文件或可操作程序的名称

发布于 2025-01-11 00:17:00 字数 922 浏览 0 评论 0原文

我在 Windows 11 中使用 VScode,并带有集成的 powershell 终端。 运行 pip3 install Submit50 后(还有 pip3 install --upgrade Submit50 以防万一)。

运行时 submit50 ai50/projects/2020/x/tictactoe 我收到以下错误:

submit50 : The term 'submit50' 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.
+ submit50 ai50/projects/2020/x/tictactoe
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (submit50:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

其他 python 和 pip 命令在我的机器上运行良好。 我在这里做错了什么?

Python:Win32 上的 Python 3.10.1(tags/v3.10.1:2cd268a,2021 年 12 月 6 日,19:10:37)[MSC v.1929 64 位 (AMD64)]

Pip:pip 22.0.3 来自 C:\Python310\lib\site-packages\pip (python 3.10)

I'm using VScode in windows 11, with the integrated powershell terminal.
After running pip3 install submit50 (and also pip3 install --upgrade submit50 just in case).

When running submit50 ai50/projects/2020/x/tictactoe I get the following error:

submit50 : The term 'submit50' 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.
+ submit50 ai50/projects/2020/x/tictactoe
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (submit50:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

other python and pip commands are running fine on my machine.
What did I do wrong here?

Python: Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32

Pip: pip 22.0.3 from C:\Python310\lib\site-packages\pip (python 3.10)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文