Help needed: Python problem after libresbcinstallation #84
-
Good evening, looking for an alternative to a high-priced SBC for my private environment, I found libresbc very promising. After my first attempts with Debian Bullseye (Deb11) were unsuccessful, I'm currently testing around with Debian Buster (Deb10). I also managed to install via Ansible, but there seems to be a problem with newer python versions. The liberator service does not start, if I start it manually, python throws me a definition error message:sbcadmin@libresbc:~$ sudo /usr/bin/python3 /opt/libresbc/0.5.10-b/liberator/main.py
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @poldy42, |
Beta Was this translation helpful? Give feedback.
-
Hi, many thanks for your support. Just send you the logs and the complete build/ansible folder. I needed to disable copy of configuration file in task libre/liberator.yml, otherwise I go a bunch of errors, sounds like ansible tries to interpret content of configuration file instead of just copying it. Installation was startet with this command: If you need any further info don't hesitate to write, I a very keen to have this up and running. If you need access to the system (there is nothing secret about the system) this can be arranged via ssh. Best regards - Michael |
Beta Was this translation helpful? Give feedback.
-
For someone who may stumble onto this thread. I had a similar issue after an ansible install on Debian 11 (bullseye). It turned out that the /usr/bin/python was symlinked to Python2.7 instead of /usr/bin/python3.9. |
Beta Was this translation helpful? Give feedback.
For someone who may stumble onto this thread. I had a similar issue after an ansible install on Debian 11 (bullseye). It turned out that the /usr/bin/python was symlinked to Python2.7 instead of /usr/bin/python3.9.