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
相关推荐
hshpy5 小时前
start using Python 3.11 after installation
windows·python·python3.11
卜及中6 天前
【Pytest】基础到高级功能的理解使用
开发语言·python·学习·pytest·python3.11
卜及中8 天前
【Sanic 框架 / 1】深入学习:从入门到进阶
python·学习·web3·python3.11
mixboot20 天前
macOS 安装 python3.11
macos·python3.11
vvw&1 个月前
如何在 Ubuntu 22.04 上安装 JupyterLab 环境教程
linux·运维·服务器·ubuntu·jupyter·开源·python3.11
Guofu_Liao2 个月前
大语言模型---Llama不同系列的权重参数文件提取;Llama-7B权重文件提取;Llama-8B权重文件提取;主要代码功能解析
人工智能·语言模型·自然语言处理·chatgpt·aigc·llama·python3.11
刘悦的技术博客2 个月前
MagicQuill,AI动态图像元素修改,AI绘图,需要40G的本地硬盘空间,12G显存可玩,Win11本地部署
ai·aigc·python3.11
follycat2 个月前
ISCTF2024
java·网络·数据库·学习·网络安全·python3.11
fen_fen2 个月前
Python3.11.9下载和安装
python3.11
壹屋安源2 个月前
CentOS 安装 Python 3.11.9完整流程
python·centos·virtualenv·pip·python3.11