-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Install script not working with python3.9 #114
Comments
Hi! You can try to run on 3.0.0, which is not yet released: https://github.com/project-alice-assistant/HermesLedControl/tree/3.0.0 |
Thank you for your reply. I tried but could not get it to work. Would you mind sharing some details on how one would go about installing that version? My workaround for now is to edit the install.sh so that it not only checks for 3.5, 3.6 and 3.7 but also for 3.9 and then I execute the install.sh manually. (installation is still running, but it looks good so far.) |
you can |
I tried both ways now. my initial try with 2.0.15 and modified install.sh led to a service that was crashing after a few seconds after being started: Nov 18 15:45:11 AudioPi1 systemd[1]: hermesledcontrol.service: Failed with result 'exit-code'. Then I installed version 3.0.0 but this didn't even create a service that I could start. So I'm not sure how I would run it. |
I am also trying to install HLC using Python3.9. I get a gcc failure with this output: Building wheels for collected packages: matrix-lite × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Where is everloop.h? |
Do not remove fields, answer them, otherwise your bug will be reported as invalid and closed
How I did start SLC, with what arguments
I could not start it because the installation aborted with the remark, that I need at least python3.5
I have python3.9 installed.
Led device name
ReSpeaker 2
The bug
The installation aborted with the remark, that I need at least python3.5
I have python3.9 installed.
Debug output
Follow instructions on https://github.com/project-alice-assistant/HermesLedControl/wiki/Run-in-debug-mode
And paste the output
I did not get it to run at all.
To Reproduce
Install python3.9
Try to install HLC as described on github.
The text was updated successfully, but these errors were encountered: