FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

Installing on Raspberry Pi OS does not automatically install dependencies #111

Open StephanAkkerman opened 7 months ago

StephanAkkerman commented 7 months ago

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.

JerryXu09 commented 1 month ago

Hi,

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

Thank you!

StephanAkkerman commented 1 month ago

@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.

JerryXu09 commented 1 month ago

@StephanAkkerman Thanks a lot!