Open Emasoft opened 1 year ago
Apparently my cpu architecture is a little special. And for work I'm forced to use it. Luckily python works fine when it doesn't use binary libs. True platform independence is always a bliss. Is there a pure python fallback for the tls-client dynamic library? Something like the nealyip tls_client?
Hey! Can you try to change the cffi.py in your code, so its using -arm64.so
as the file extension?
If that works, I can try to implement something within the library, so you won't have to change it manually all the time.
I get this Error:
It looks like the library is missing 'arm64e' and 'arm64' dynamic libraries, or something cannot be installed (but the pip installation worked with no errors).