You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\app.py", line 150, in main
config = get_config(config_file_or_yaml, config_from_args)
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\config.py", line 83, in get_config
update_dict(
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\config.py", line 21, in update_dict
for key, value in new_dict.items():
AttributeError: 'NoneType' object has no attribute 'items'
what can i do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\app.py", line 150, in main
config = get_config(config_file_or_yaml, config_from_args)
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\config.py", line 83, in get_config
update_dict(
File "D:\ANACONDA\envs\anylabeling-0.3.3\lib\site-packages\anylabeling\config.py", line 21, in update_dict
for key, value in new_dict.items():
AttributeError: 'NoneType' object has no attribute 'items'
what can i do?
Beta Was this translation helpful? Give feedback.
All reactions