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.
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” ?
I hope so. 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.