Open jesstytam opened 11 months ago
Line 830 in [labelme/widgets/canvas.py]
from
return QtCore.QPointF(x, y)
change to
return QtCore.QPointF(int(x), int(y))
@jesstytam Good afternoon, use the brew tool, because I had the same problem. I used brew to install and it was successful.
brew install pyqt # maybe pyqt5
brew install wkentaro/labelme/labelme # command line interface
# brew install --cask wkentaro/labelme/labelme # app
# or install standalone executable/app from:
# https://github.com/wkentaro/labelme/releases
Provide environment information
/home/user/mambaforge/bin/python Python 3.10.10
What OS are you using?
Ubuntu 22.04
Describe the Bug
I ran
sudo apt-get install labelme
to install the application and then ranlabelme
to open it, but after a few seconds of opening the app, it crashed.Here is the error from the terminal:
Expected Behavior
No response
To Reproduce
No response