【发布时间】:2023-01-28 00:04:35
【问题描述】:
我该如何解决这个问题? 我尝试在 vs 代码终端中运行此命令,但它一直出现此错误
PS C:\Users\Hesam\Desktop\cloud> python src/stats.py --chat_json C:\Users\Hesam\Desktop\chat ex\result.json --output_dir C:\Users\Hesam\Desktop\res.png
python : The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name
我只想运行这个项目
【问题讨论】:
-
你安装了Python吗?它在你的路径上吗?
标签: python visual-studio-code terminal