Hi Guys,
I am a new to this, i am running into the below error when executing this command hass --open-ui
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.6/bin/hass”, line 11, in
sys.exit(main())
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/main.py”, line 359, in main
monkey_patch_asyncio()
File “/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/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’
Thanks for the hlp