Python-Tls-Client
Python-Tls-Client copied to clipboard
Installing on Raspberry Pi OS does not automatically install dependencies
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.
Hi,
Could you please let me know where you found the file tls-client-arm.so?
Thank you!
@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 Thanks a lot!