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

Installing on Raspberry Pi OS does not automatically install dependencies

Open StephanAkkerman opened this issue 1 year ago • 4 comments
trafficstars

When running pip install tls-client I encountered that the file tls-client-arm.so was missing. After copying it over to the right directory everything was running as it was supposed to.

StephanAkkerman avatar Feb 22 '24 21:02 StephanAkkerman

Hi,

Could you please let me know where you found the file tls-client-arm.so?

Thank you!

JerryXu09 avatar Aug 02 '24 04:08 JerryXu09

@JerryXu09 It can be found in this repo under dependencies: https://github.com/FlorianREGAZ/Python-Tls-Client/tree/master/tls_client/dependencies. You need to manually download it and paste it into the directory that it names in the error.

StephanAkkerman avatar Aug 02 '24 07:08 StephanAkkerman

@StephanAkkerman Thanks a lot!

JerryXu09 avatar Aug 02 '24 08:08 JerryXu09