ModuleNotFoundError: No module named 'gdown' #1431
Unanswered
gnajaganathan
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have upgraded my ubuntu from 22.04 to 24.04. After i upgraded my system, I can't able to open labelme.
I got the following error
Traceback (most recent call last):
File "/usr/local/bin/labelme", line 5, in
from labelme.main import main
File "/usr/lib/python3/dist-packages/labelme/main.py", line 14, in
from labelme.app import MainWindow
File "/usr/lib/python3/dist-packages/labelme/app.py", line 20, in
from labelme.ai import MODELS
File "/usr/lib/python3/dist-packages/labelme/ai/init.py", line 1, in
import gdown
ModuleNotFoundError: No module named 'gdown'
My python version is
Python 3.11.8
labelme 5.3.1
labelme2coco 0.2.4
labelme2yolo 0.1.3
Beta Was this translation helpful? Give feedback.
All reactions