Python-Tls-Client icon indicating copy to clipboard operation
Python-Tls-Client copied to clipboard

Not working Rapberry Pi 2B

Open hazmat1315 opened this issue 2 years ago • 4 comments

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?

hazmat1315 avatar Mar 18 '23 04:03 hazmat1315

It doesn't find the tls-client-amd64.so file. Can you check if its there at the given path?

FlorianREGAZ avatar Mar 24 '23 12:03 FlorianREGAZ

It doesn't find the tls-client-amd64.so file. 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.

hazmat1315 avatar Mar 24 '23 23:03 hazmat1315

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

randomsnippets avatar Sep 23 '23 11:09 randomsnippets

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

reiven avatar Aug 18 '24 19:08 reiven