Installing on Windows 10

Hello Everyone
First I have to warn everyone, I do not know what I am don’t know what I am doing so please be patient. I have tried to install Home Assistant on my Windows 10 computer and when I try to run hass --open-ui in the command prompt I get the following error and nothing happens. Can someone please assist me and let me know what I am doing wrong or what I am missing?

Traceback (most recent call last):
  File "c:\users\XXXXXXXXX\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\XXXXXXXX\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\XXXXXXXXX\AppData\Local\Programs\Python\Python36-32\Scripts\hass.exe\__main__.py", line 9, in <module>
  File "c:\users\XXXXXXXXX\appdata\local\programs\python\python36-32\lib\site-packages\homeassistant\__main__.py", line 359, in main
    monkey_patch_asyncio()
  File "c:\users\XXXXXXXXX\appdata\local\programs\python\python36-32\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'

Thank you for your help and Merry Christmas!!!
Anthony

Having the same problem here…

Hass doesn’t work.
Try py -m homeassistant --open-ui

I ran into this today, it looks like there are currently issues with Python 3.6 (it’s out of beta now) but installing 3.5.2 works like a charm!

Thank you purpleflux…that suggestion worked!