-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Windows 7 for latest Hass releases #76
Comments
I don't know what exact problem in your case. And I don't remember if I had something similar. |
Well, the reason I wanted to build this myself is that I wanted to run hass on Windows 7 (since python310 usualy does not work there (if you are not creative)) I later discovered that if I just download your release, put the required dll inside portable python dir everything runs So yea, if anyone wants to use this on windows 7, just download the release from here, add the missing dll and you are back in buisness 😄 |
Wow. Nice info. I'll check it myself. |
@veso266 thank you so much for sharing this. I just tested on windows 7x64 it and it works great. I will try to migrate my database and HA config from my current v2021.12.10 instance to this latest one. and comment back here if anything special is needed. |
Thanks, supported https://github.com/AlexxIT/HassWP/releases/tag/v2023.12.4 |
v2023.12.4 - 2024-01-01 is the last release that can run on Windows 7. The reason is that the python hack to allow it to run on windows 7 only works until python 3.11, starting with 3.12 there is an additional requirement which prevents it from running. |
Yea, after python 3.11 some people decided to get rid of windows 7 specific code: python/cpython@938e36f that someone spent their hard and sould writing Python 3.12 does work on windows 7 btw (good people are still fighting): https://github.com/adang1345/PythonWin7 Just need to find a way to make it (python) portable |
@veso266 many thanks for sharing this windows 7 python initiative. I have downloaded their 3.12.3 embedded version and replaced in the latest hass (2024.4.3) the python executables and dlls with those from that embedded version and everything seems to be working fine (I did not do extensive testing) but my hass log is all green after adding a sonoflan integration with some devices. automations not tested. |
Hello there, I am trying to buld HassWP myself
like this
I installed latest WinPython from here: https://sourceforge.net/projects/winpython/files/WinPython_3.10/3.10.9.0/Winpython64-3.10.9.0.exe/download
It runs fine
Everything installs fine,
when I run python -m pip install homeassistant==2023.5.3
(it does complain for some reason)
but after runing python -m pip install homeassistant==2023.5.3 again everything is fine
but when I try to run hss I get:
Not sure what the problem might be
Thanks for Anwsering and Best Regards
The text was updated successfully, but these errors were encountered: