-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run,lots of TypeError #1020
Comments
Hello, I've run into a similar problem. I tried opening the apc2016_obj3.jpg image for the tutorial and it throws a QtCore error, more specifically:
I am running labelme on Windows 10 with Anaconda. |
I followed the advice by parksangback in this post #1006 (comment) and it runs smoothly. |
Apparently the |
First off, I performed the following commands when installing (Windows 10, using Anaconda):
conda create --name=labelme python=3
conda activate labelme
pip install labelme
When i try to run labelme, I got the following error:
I don't know what caused the problem, maybe a version update of Qt?
The text was updated successfully, but these errors were encountered: