Python-Tls-Client
Python-Tls-Client copied to clipboard
ARM64 support?
I wanted to ask if theres arm64 support? I'm trying to run a python script but it fails because of a missing arm64 file.
2023-05-06 22:06:31.145 Uncaught app exception
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/home/pi/gpt4free/streamlit_app.py", line 7, in
check out my fork it has support python-tls-client-arm32
Check if the file is missing from the directory. If it is, download tls-client-arm64.so from https://github.com/FlorianREGAZ/Python-Tls-Client/tree/master/tls_client/dependencies and it should work.