No module named 'libs.resources'
See original GitHub issueTrying 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?
- **OS:Windows 10
- **PyQt version:5
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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