No module named 'libs.resources'

See original GitHub issue

Trying to install labelImg to start labeling images in order to train an ML algorithm for detection. I did the following like the Git page suggested (just further up in cmd).

conda install pyqt=5

This caused me no problems and then I go to try and run it and it says this. What am I doing wrong. How can I fix this?

LabelImg Help
  • **OS:Windows 10
  • **PyQt version:5

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

23reactions
amaleki2commented, Aug 5, 2020

You need to create lib/resources. Depending on your os, something similar to this would do that:

pyrcc5 -o libs/resources.py resources.qrc

5reactions
bm777commented, Aug 20, 2020

You need to create lib/resources. Depending on your os, something similar to this would do that:

pyrcc5 -o libs/resources.py resources.qrc

Hi @amaleki2, this work for me. pyrcc5 -o libs/resources.py resources.qrc

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to fix "ModuleNotFoundError: No module named 'libs ...
I am trying to run python labelImg.py. and it gives the error message in the title. ModuleNotFoundError: No module named 'libs.resources'.
Read more >
ImportError: No module named libs - python - Stack Overflow
This error is not really because of that folder but maybe because module is being installed in the wrong version.
Read more >
ModuleNotFoundError: No module named 'libs.resources'
modulenotfounderror: no module named 'libs.resources'. Add Answer | View In TPC Matrix. Technical Problem Cluster First Answered On June 15, ...
Read more >
Resolve "ImportError: No module named" in AWS Glue
When I try to import extra modules or packages using the AWS Glue Python shell, I get an "ImportError: No module named" response....
Read more >
[Fixed] ModuleNotFoundError: No module named 'importlib ...
The most frequent source of this error is that you haven't installed importlib-resources explicitly with pip install importlib-resources . Alternatively, you ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found