i have downloaded python-3.6.0b4-amd64.exe however
using the reference material from " Getting started with Home-Assistant on Windows 10"
Home Assistant Tutorials onYouTube i am advised to open homeassistant with the following command…
py -m homeassistant --open-ui
but i get the following message…
Traceback (most recent call last):
File “C:\Users\shane\AppData\Local\Programs\Python\Python36\lib\runpy.py”, line 193, in run_module_as_main
“main”, mod_spec)
File “C:\Users\shane\AppData\Local\Programs\Python\Python36\lib\runpy.py”, line 85, in run_code
exec(code, run_globals)
File "C:\Users\shane\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant_main.py", line 388, in
sys.exit(main())
File "C:\Users\shane\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant_main.py", line 359, in main
monkey_patch_asyncio()
File “C:\Users\shane\AppData\Local\Programs\Python\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 does this mean?
how do i fix this, what is the correct command line instruction?