【发布时间】:2021-10-06 11:03:31
【问题描述】:
我正在通过 python 3.7 安装 label-studio。 我已经使用这个命令来安装 label-studio。
py -m pip install label-studio
我正在按照官方网站的说明进行操作。
# Requires >=Python3.6, <3.9
pip install label-studio
# Start the server at http://localhost:8080
label-studio
但是当我以前启动这个程序时,它在 cmd 中给出了以下错误。
'label-studio' is not recognized as an internal or external command,
operable program or batch file.
我使用的是 Windows 10。
我们将非常感谢您在这方面的任何帮助。
谢谢。
【问题讨论】: