-
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
libssl problem Raspberry python bookworm #1492
Comments
The issue is not directly linked to renault-api, but linked to dependencies ( Lines 26 to 29 in cedc1eb
You can try to reinstall ssl (in the system), and then reinstall cryptography (in python) to see if that helps |
thanks for answering me. Please if you can tell me how to deal with the problem because looking in many forums I tried to do what they say but it doesn't work or I don't understand the commands I have to give... I bought the Raspberry to read the parameters of the Dacia so as not to leave a larger computer on but I didn't think it was so difficult to "program" it to make it work... I thought that the problems were programming the program made by you to request the data that I need... anyway these are the data you requested, this is the version of the S.O. PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)" and these are all the libraries I have in python (the ones you pointed out to me have a slightly higher version) iohappyeyeballs==2.4.6 |
This is confusing... |
oh sorry, So to remove any doubt, on the BOOKWORM version I have the problem (which is the version of the attached s.o.) while with "bullseyes" it works. sorry again |
Hi everyone, I've been banging my head about this problem for more than a month, I've read many forums but I can't go anywhere...
I'm using a Raspberry and if I launch the demonstration program on the github page with the bookworm version everything works, but if I use the bullseyes version it always gives me the error you see below...
I also tried to virtualize python but still the same thing, it seems that the libssl.so.1.1. library is not present (in fact it is but I don't know how to fix it)... can you help me by explaining what I should do please?
Good day
Mauro
(dacia) pi@raspberrypi:~ $ python dacia.py
Traceback (most recent call last):
File "/home/pi/dacia.py", line 8, in
from renault_api.renault_client import RenaultClient
File "/home/pi/dacia/lib/python3.11/site-packages/renault_api/renault_client.p
y", line 10, in
from .credential_store import CredentialStore
File "/home/pi/dacia/lib/python3.11/site-packages/renault_api/credential_store
.py", line 9, in
import jwt
File "/home/pi/dacia/lib/python3.11/site-packages/jwt/init.py", line 1, in
from .api_jwk import PyJWK, PyJWKSet
File "/home/pi/dacia/lib/python3.11/site-packages/jwt/api_jwk.py", line 7, in
from .algorithms import get_default_algorithms, has_crypto, requires_cryptog
raphy
File "/home/pi/dacia/lib/python3.11/site-packages/jwt/algorithms.py", line 11,
in
from .utils import (
File "/home/pi/dacia/lib/python3.11/site-packages/jwt/utils.py", line 7, in
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurve
File "/home/pi/dacia/lib/python3.11/site-packages/cryptography/hazmat/primitiv
es/asymmetric/ec.py", line 11, in
from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
File "/home/pi/dacia/lib/python3.11/site-packages/cryptography/exceptions.py",
line 9, in
from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions
ImportError: libssl.so.1.1: cannot open shared object file: No such file or dire
ctory
The text was updated successfully, but these errors were encountered: