HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.19k stars 6.23k forks source link

how to do when No module named 'libs.resources' is shown #956

Open sindhuja2005 opened 1 year ago

sindhuja2005 commented 1 year ago

when i am trying to to perform python labelimg.py it shows No module named 'libs.resources'

gtgor commented 1 year ago

i too!

CheerMan1 commented 1 year ago

Look closely at the author's README.md!!! Open the terminal and enter the following instructions

if you are use pyqt4: pyrcc4 -o libs/resources.py resources.qrc if you are use pyqt5: pyrcc5 -o libs/resources.py resources.qrc

asifahmed1997bd commented 1 year ago

Look closely at the author's README.md!!! Open the terminal and enter the following instructions

if you are use pyqt4: pyrcc4 -o libs/resources.py resources.qrc if you are use pyqt5: pyrcc5 -o libs/resources.py resources.qrc

I did as he wrote but the same problem still arise. ModuleNotFoundError: No module named 'libs.resources'