Skip to content
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

Error: KeyError: 'version' #2

Open
asteriamaulik opened this issue Sep 27, 2023 · 1 comment
Open

Error: KeyError: 'version' #2

asteriamaulik opened this issue Sep 27, 2023 · 1 comment

Comments

@asteriamaulik
Copy link

Traceback (most recent call last):
File "/home/maulik/workspace/labelling_tool/venv/bin/smarter_labelme", line 8, in
sys.exit(main())
File "/home/maulik/workspace/labelling_tool/venv/lib/python3.6/site-packages/labelme/main.py", line 207, in main
config = get_config(config_file_or_yaml, config_from_args)
File "/home/maulik/workspace/labelling_tool/venv/lib/python3.6/site-packages/labelme/config/init.py", line 73, in get_config
config = get_default_config()
File "/home/maulik/workspace/labelling_tool/venv/lib/python3.6/site-packages/labelme/config/init.py", line 42, in get_default_config
if user_config['version'] !=config['version']:
KeyError: 'version'

@jmtatsch
Copy link

jmtatsch commented Dec 4, 2023

This seems to happen if you have an existing .labelmerc from the original labelme.
It would make sense for this project to use a different non-colliding config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants