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

Not able to labeling after openning LabelImg envirnment #1015

Open
03shivani opened this issue Sep 26, 2023 · 0 comments
Open

Not able to labeling after openning LabelImg envirnment #1015

03shivani opened this issue Sep 26, 2023 · 0 comments

Comments

@03shivani
Copy link

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:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant