安装labelImg时报错ModuleNotFoundError: No module named ‘libs.resources‘
·
目录
1、错误信息:安装LabelImg到最后一步,打开LabelImg时报错
2、解决方案:将LabelImg-master中的resources.py复制到lib文件中。
1、错误信息:安装LabelImg到最后一步,打开LabelImg时报错
Traceback (most recent call last):
File "F:\code\labelImg-master\labelImg.py", line 33, in <module>
from libs.resources import *
ModuleNotFoundError: No module named 'libs.resources'
Process finished with exit code 1
2、解决方案:将LabelImg-master中的resources.py复制到lib文件中。
3、效果:再执行 labelImg.py 文件
更多推荐
已为社区贡献5条内容
所有评论(0)