术语“submit50”不被识别为 cmdlet、函数、脚本文件或可操作程序的名称
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论