Issue with running home assistant

when i try to use hass --open-ui i get an error.

Traceback (most recent call last):
File “c:\python36\lib\runpy.py”, line 193, in run_module_as_main
main”, mod_spec)
File “c:\python36\lib\runpy.py”, line 85, in run_code
exec(code, run_globals)
File "C:\Python36\Scripts\hass.exe_main
.py", line 9, in
File "c:\python36\lib\site-packages\homeassistant_main
.py", line 359, in main
monkey_patch_asyncio()
File “c:\python36\lib\site-packages\homeassistant_main_.py”, line 58, in monkey_patch_asyncio
asyncio.tasks.Task._all_tasks = IgnoreCalls()
TypeError: can’t set attributes of built-in/extension type ‘_asyncio.Task’

What version of Python are you running on Windows (also try to include this info when posting)?

If it’s 3.6, you should look at this post:

1 Like