Python3.11使用labelimg

标注工具labelImg的作者转战label-studio,并把它归档不再继续开发了,所以新版Python是不被支持的。

使用Python3.11通过pip的方式安装labelImg后,使用时会报xxx的错误,可以通过如下方式解决:

bash 复制代码
pip uninstall labelimg
pip install git+ssh://git@github.com/biantsh/labelImgPlus.git
# 或HTTP方式安装
# pip install https://github.com/biantsh/labelImgPlus.git
相关推荐
❀͜͡傀儡师10 天前
linxu 安装 python-3.11.9
python3.11
皮卡丘不断更12 天前
我把传统项目问答升级成了 Agent-RAG:Spring Boot + FastAPI + ChromaDB 工程落地实践
人工智能·spring boot·后端·架构·python3.11
Jia-Hui Su20 天前
Python类型标准(Type Hints)详解
开发语言·python·numpy·pyqt·ipython·python3.11
查尔char22 天前
CentOS 7 编译安装 Python 3.10 并解决 SSL 问题
python·centos·ssl·pip·python3.11
YrqnxehxDo2 个月前
煤层瓦斯注气驱替技术研究:一注两抽技术与方法探究的深入分析
python3.11
wangqiaowq2 个月前
python 3.11.9 环境部署
python3.11
iWZXQxBO2 个月前
MATLAB计算声发射b值(或熵值,或活动度S值,变异系数CV值,均值与方差,以及自相关系数Acf
python3.11
骂我的人都死了2 个月前
DevOps架构部署
运维·ubuntu·docker·k8s·github·devops·python3.11
yuezhilangniao2 个月前
阿里云服务器Alibaba Cloud Linux 3 安装Python3.11简明指南
linux·运维·python3.11
一晌小贪欢2 个月前
深入解析 Python 3.11 版本迭代:性能飞跃与更优雅的错误处理
python·python基础·python3·python3.11·python小白