drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type ‘floa
在使用labelimg进行图像标注的时候,报错这样的如下代码:原因:是labelimg的依赖包受到Python版本的限制,未能成功安装labelimg的依赖包导致解决办法:切换满足其依赖包的Python版本,建议切换为Python3.9,如Python3.9.16因为只是做图标的标签标注工作,可以使用anaconda新建虚拟环境,安装labelimg执行:condacreate-npython39