You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered: