Open SylvainSimplonGit opened 2 years ago
See post on the HA community forum
Not sure but I think haaska.py should be ok to run with python 3.9 Have you tried to change python version on aws lambda to see if it fails or not?
haaska runs fine with python 3.9. i already use it now over 2 month without failures
Actually works with 3.12 for me as well. I had to delete the build directory so it'd install the latest requests library and then everything worked without issue.
Actually works with 3.12 for me as well. I had to delete the build directory so it'd install the latest requests library and then everything worked without issue.
Which directories should be deleted? Sorry for asking, but im quite newbie to python
Which directories should be deleted? Sorry for asking, but im quite newbie to python
The project has a Makefile which you can run
make clean
make
to build a new artifact that can be uploaded
This repo def could do with some :heart: There are a few open PRs for a few years now which could be merged (pending review). Although everything is functional.
@mike-grant happy to help out as I understand time with OSS can be limiting.
+1, I'd be happy to help. I've been using Haaska for many years now and would love to contribute back
I received this mail from AWS :
Is there a solution to upgrade to Python 3.9 ? How can I do this ?
Thanks for your reply