HA does not start after upgrade

After updating my HA installation to 0.25.2 it refuses to start.
I keep getting the following error:

c:\python34\python.exe: can’t open file ‘C:\Python34\Scripts\hass’: [Errno 2] No
such file or directory

The file hass.exe does exist in this directory however.
I have uninstalled and reinstalled HA and rebooted the server but the error persists.
I’m running on Windows Server 2008 R2 SP1 with Python 3.4.2

I’m quite new to Python so any help towards a solution would be welcome.
Thanks. :slight_smile:

I’m not familiar with a windows installation but hass should not be a exe but a *.py file. So you might want to copy paste the path to your hass file and check if it really is there. Maybe you just need to add a “.py” ?

1 Like

I can’t seem to find the file hass.py anywhere on my computer. Seems like it was removed after the upgrade.

As I said I am not really familiar with HA on a windows machine maybe someone running on windows could be of more help here.

Greetings

I hope so. :slight_smile: Thanks anyway.
I’ve considered just setting up a linux VM but I’m currently stuck on windows due to other software also running some IoT-hardware on the same box.

1 Like

Updated HA again to v 0.32.2 and changed my startup script to
python -m homeassistant --config d:\Python\Home-Assistant

works like a charm :slight_smile: