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 天前
Windows 系统安装 Python 3.11+ 详细教程
windows·python3.11
风之所往_11 天前
Python 3.11 新特性全面总结
python·python3.11
红石程序员22 天前
python3.11配置tensorflow-gpu版本环境
人工智能·tensorflow·python3.11
勇往直前plus2 个月前
FastAPI + SQLAlchemy PythonWeb体系梳理
fastapi·python3.11
勇往直前plus2 个月前
深入浅出 Pydantic:BaseModel 核心原理与实战指南
python3.11
图码2 个月前
矩阵操作优化:从 O(q×n) 到 O(q) 的优雅进阶
数据结构·线性代数·算法·性能优化·矩阵·python3.11
AIBox3653 个月前
Claude 中转站怎么接入:2026 年国内调用 Claude API 的方法、能力与示例
服务器·开发语言·人工智能·gpt·php·python3.11
:mnong3 个月前
附图报价系统设计分析6
人工智能·opengl·cad·python3.11·opencascade
何中应3 个月前
Conda安装&使用
python·conda·python3.11
Trouvaille ~3 个月前
零基础入门 LangChain 与 LangGraph(八):真正让 Agent“活起来”——持久化、记忆、人机交互与时间旅行
langchain·人机交互·agent·python3.11·持久化机制·langgraph·ai应用开发