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

When i open ledfx by anconda, i ve got this error #5

Open
tihoangyeudau opened this issue Oct 6, 2019 · 1 comment
Open

When i open ledfx by anconda, i ve got this error #5

tihoangyeudau opened this issue Oct 6, 2019 · 1 comment

Comments

@tihoangyeudau
Copy link

(base) C:\Users\tuant>conda activate ledfx

(ledfx) C:\Users\tuant>ledfx --open-ui
Loading configuration file from C:\Users\tuant\AppData\Roaming.ledfx
Traceback (most recent call last):
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\voluptuous\schema_builder.py", line 267, in call
return self._compiled([], data)
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\voluptuous\schema_builder.py", line 553, in validate_dict
raise er.DictInvalid('expected a dictionary', path)
voluptuous.error.DictInvalid: expected a dictionary

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\tuant\anaconda3\envs\ledfx\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\tuant\anaconda3\envs\ledfx\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\tuant\Anaconda3\envs\ledfx\Scripts\ledfx.exe_main
.py", line 9, in
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx_main
.py", line 88, in main
ledfx = LedFxCore(config_dir = args.config)
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\core.py", line 23, in init
self.config = load_config(config_dir)
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\config.py", line 87, in load_config
return CORE_CONFIG_SCHEMA(yaml.load(file))
File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\voluptuous\schema_builder.py", line 271, in call
raise er.MultipleInvalid([e])
voluptuous.error.MultipleInvalid: expected a dictionary

@tihoangyeudau
Copy link
Author

mattallmighty:
Windows fix C:\Users\mattremote\AppData\Roaming.ledfx and delete config.yaml
should fix it

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

1 participant