Labelimg: 'Python Application not responding' When I launch labelImg, labelme (pyqt5, python3, macOS 11.0 beta)

Created on 18 Oct 2020  路  6Comments  路  Source: tzutalin/labelImg

Hi, I was just trying to use labelImg or labelme to make my own yolo-testing files.

But it doesn't work. I tried installing tutorial from google searching.

These are what I installed (I already updated pip, homebrew)
pyqt5
libxml2
lxml
labelme (from pip)

also [export PYTHONPATH=/usr/local/Cellar/libxml2/2.9.10_1/lib/python3.8/site-packages:/usr/local/Cellar/sip/4.19.24/lib/python3.8/site-packages/:/usr/local/Cellar/pyqt/5.15.1/lib/python3.8/site-packages:$PYTHONPATH]

and
make qt5py3

labelImg was from https://github.com/tzutalin/labelImg.git

When I type
python3 labelImg.py at terminal
It will launched but not responding like this.

Screen Shot 2020-10-18 at 12 38 00 PM

And this is labelme installed from pip.
When I type labelme at terminal
Screen Shot 2020-10-18 at 12 56 34 PM
Screen Shot 2020-10-18 at 12 56 43 PM

I thought 'Okay, maybe I missed something.' and downloaded
(standalone executable/app from:

https://github.com/wkentaro/labelme/releases)

but it wasn't work, too
Screen Shot 2020-10-18 at 12 58 16 PM
Screen Shot 2020-10-18 at 12 58 29 PM

Is it because of my macOS version?
or I really missed something?

  • OS: macOS 11.0 Beta
  • PyQt version: pyqt5

Most helpful comment

pip install pyqt5==5.12.1 works for me.

All 6 comments

Hi, have you solved this issue? I encountered the same issue today after updating the MacOS to Big Sur (11.0). I guess there is some compatibility issue with the new system.

Hi @taozang62 ,
I haven't had a chance to upgrade to Big Sur (11.0) to test

pip install pyqt5==5.12.1 works for me.

pip install pyqt5==5.12.1 works for me.

Do you mean you reinstalled to old version?

Hi, have you solved this issue? I encountered the same issue today after updating the MacOS to Big Sur (11.0). I guess there is some compatibility issue with the new system.

No, I didn't solved that. I found another solution
I used the free application called 'RectLabel' from Appstore to label image

Someone told me this and it helped resolve the issue. Maybe just try to execute this in the terminal. Hope it works for you too,

Was this page helpful?
0 / 5 - 0 ratings