Nach einer kleinen Urlaubspause scheitere ich an scheinbar verlorenen GLIBC_xxx-Dateien.
Wo bekomme ich diese her? In venvs sind python310 und 311 installiert.
Ausschnitt der etc/smarthome.yaml
Meine Suche nach den `GLIBCxxx' scheitert! Ich bitte um Hilfe.
Wolfgang
Wo bekomme ich diese her? In venvs sind python310 und 311 installiert.
2024-07-22 14:36:12 NOTICE lib.shpypi Installing base requirements for the current user, please wait...
2024-07-22 14:36:12 WARNING lib.shpypi PIP command read from smarthome.yaml: '/usr/local/smarthome/venvs/py_310/bin/python3 -m pip'
2024-07-22 14:36:12 NOTICE lib.shpypi Using auto-determined PIP: '/usr/local/smarthome/venvs/py_310/bin/python3 -m pip'
2024-07-22 14:36:12 ERROR lib.shpypi /usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
2024-07-22 14:36:12 CRITICAL lib.smarthome Python package requirements for modules are not met and unable to install base requirements
2024-07-22 14:36:12 CRITICAL lib.smarthome Do you have multiple Python3 Versions installed? Maybe PIP3 looks into a wrong Python environment. Try to configure pip_command in etc/smarthome.yaml
2024-07-22 14:36:12 CRITICAL lib.smarthome Aborting
2024-07-22 14:36:12 WARNING lib.shpypi PIP command read from smarthome.yaml: '/usr/local/smarthome/venvs/py_310/bin/python3 -m pip'
2024-07-22 14:36:12 NOTICE lib.shpypi Using auto-determined PIP: '/usr/local/smarthome/venvs/py_310/bin/python3 -m pip'
2024-07-22 14:36:12 ERROR lib.shpypi /usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
/usr/local/smarthome/venvs/py_310/bin/python3: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/smarthome/venvs/py_310/bin/python3)
2024-07-22 14:36:12 CRITICAL lib.smarthome Python package requirements for modules are not met and unable to install base requirements
2024-07-22 14:36:12 CRITICAL lib.smarthome Do you have multiple Python3 Versions installed? Maybe PIP3 looks into a wrong Python environment. Try to configure pip_command in etc/smarthome.yaml
2024-07-22 14:36:12 CRITICAL lib.smarthome Aborting
# If the standard commend PIP3 does not work when multiple Python3 versions are installed
# enter the name or full path of the right pip command below
#pip_command: "python3 -m pip"
pip_command: "/usr/local/smarthome/venvs/py_310/bin/python3.10 -m pip"
# enter the name or full path of the right pip command below
#pip_command: "python3 -m pip"
pip_command: "/usr/local/smarthome/venvs/py_310/bin/python3.10 -m pip"
Wolfgang
Kommentar