label studio的安装
我的系统是win11
首先要安装wsl
下图是进入wsl的情况

1.安装虚拟环境
conda create -n label_studio python=3.12 

2.激活虚拟环境
conda activate label_studio 

3.安装label-studio
pip install label-studio 
4.启动label-studio
label-studio start 


5.注册一个账号后就进入页面了

我的系统是win11
首先要安装wsl
下图是进入wsl的情况

1.安装虚拟环境
conda create -n label_studio python=3.12 

2.激活虚拟环境
conda activate label_studio 

3.安装label-studio
pip install label-studio 
4.启动label-studio
label-studio start 


5.注册一个账号后就进入页面了
