Python-Tls-Client
Python-Tls-Client copied to clipboard
Not working Rapberry Pi 2B
I cant get tls-client running on my Raspberry Pi 2B, which is running ARMv7 32 bit. When running the client, I get OSError: /home/*****/.local/lib/python3.9/site-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No such file or directory. Any solution for this?
It doesn't find the tls-client-amd64.so file. Can you check if its there at the given path?
It doesn't find the
tls-client-amd64.sofile. Can you check if its there at the given path?
I've already done this. I've added that specific file from the repo and placed it in the folder, but then I get the error saying it doesn't support this system. I also tried adding the one that would work for the Raspberry Pi, but it then returns the original error.
The architecture you want isn't added here yet, if you still need support for your RPI open an issue on my fork python-tls-client-arm32 and ill gladly support it
Hi! I'm running a similar issue on a raspberry pi 2
/tls_client/dependencies/tls-client-amd64.so: wrong ELF class: ELFCLASS64
The Pi2 is not 64b
Linux xxx 6.6.26-v7+ #1754 SMP Thu Apr 11 14:45:02 BST 2024 armv7l GNU/Linux
There is any binary for this architecture?
Thanks