Cannot install homeassistant

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?
1 Like

Having the same issue. Were you able to figure it out?

Is there anyone answering those ‘cannot install’ threads? Not much of a community I guess…

I’m having this same issue. There were some good steps here:

But I"m still having the issue.

I figured this one out. It is because I installed Python 3.6 RC1 rather than the current stable version 3.5.

Brilliant! Are you guys using the 32 or 64 bit version of python 3.6?