Closed vovaekb closed 4 years ago
@vovaekb Have you try the following yet?
Run this first:
sudo apt-get update
Then run command:
sudo apt-get install pyqt5-dev-tools
@AnhPC03 Yes, I tried it. I did all steps from guide and this didn't work.
@vovaekb can you show all errors?
In my case the issue was that libxcb-xinerama0 was missing. I've found out after setting the export QT_DEBUG_PLUGINS=1
Something like: https://askubuntu.com/questions/308128/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without
In my case the issue was that libxcb-xinerama0 was missing. I've found out after setting the export QT_DEBUG_PLUGINS=1
Something like: https://askubuntu.com/questions/308128/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without
Thank you. I will try this.
I have the same issue, and use 'sudo python3 labelImg.py', it works for me. My os is ubuntu18.04. @vovaekb
I have the same issue, and use 'sudo python3 labelImg.py', it works for me. My os is ubuntu18.04. @vovaekb
Thank you very much! It works.
I have the same issue, and use 'sudo python3 labelImg.py', it works for me. My os is ubuntu18.04. @vovaekb
thank you, I killed 2 days to find a solution
I am using Ubuntu 14.04. I have installed labelImg both ways: from source and using pip install. In both cases when start labelImg I get following error: