Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Not able to labeling after openning LabelImg envirnment #1015

@03shivani

Description

@03shivani

C:\Users\Admin>pip install labelImg
Requirement already satisfied: labelImg in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (1.8.6)
Requirement already satisfied: pyqt5 in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (from labelImg) (5.15.9)
Requirement already satisfied: lxml in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (from labelImg) (4.9.3)
Requirement already satisfied: PyQt5-sip<13,>=12.11 in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (from pyqt5->labelImg) (12.12.2)
Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (from pyqt5->labelImg) (5.15.2)

C:\Users\Admin>labelImg
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\libs\canvas.py", line 530, in paintEvent
p.drawLine(self.prev_point.x(), 0, self.prev_point.x(), self.pixmap.height())
TypeError: arguments did not match any overloaded call:
drawLine(self, l: QLineF): argument 1 has unexpected type 'float'
drawLine(self, line: QLine): argument 1 has unexpected type 'float'
drawLine(self, x1: int, y1: int, x2: int, y2: int): argument 1 has unexpected type 'float'
drawLine(self, p1: QPoint, p2: QPoint): argument 1 has unexpected type 'float'
drawLine(self, p1: Union[QPointF, QPoint], p2: Union[QPointF, QPoint]): argument 1 has unexpected type 'float'

C:\Users\Admin>pip install lxml
Requirement already satisfied: lxml in c:\users\admin\appdata\local\programs\python\python310\lib\site-packages (4.9.3)

  • OS:
  • PyQt version:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions