Python3.11使用labelimg

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

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

bash 复制代码
pip uninstall labelimg
pip install git+ssh://[email protected]/biantsh/labelImgPlus.git
# 或HTTP方式安装
# pip install https://github.com/biantsh/labelImgPlus.git
相关推荐
农夫山泉2号1 天前
【python】—conda新建python3.11的环境报错
python·conda·python3.11
小Tomkk11 天前
在 Trae CN IDE 中配置 Python 3.11的指南
python3.11·trae cn
玩电脑的辣条哥18 天前
一台服务器已经有个python3.11版本了,如何手动安装 Python 3.10,两个版本共存
服务器·python·python3.11
love530love1 个月前
stable diffusion webui 更改为python3.11版本运行Windows11
stable diffusion·python3.11
ftpeak2 个月前
在 Linux下使用 Python 3.11 和 FastAPI 搭建带免费证书的 HTTPS 服务器
https·fastapi·python3.11
人才程序员4 个月前
【PySide6快速入门】QFileDialog 文件选择对话框
c语言·c++·qt·microsoft·pyside6·python3.11
人才程序员4 个月前
【PySide6快速入门】ui文件的使用
c语言·开发语言·前端·qt·ui·python3.11·界面
hshpy4 个月前
start using Python 3.11 after installation
windows·python·python3.11
卜及中4 个月前
【Pytest】基础到高级功能的理解使用
开发语言·python·学习·pytest·python3.11
卜及中4 个月前
【Sanic 框架 / 1】深入学习:从入门到进阶
python·学习·web3·python3.11