You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After make, i get the file "libpyprotect.cpython-37m-x86_64-linux-gnu.so", then from the same directory i do "import libpyprotect" i get ModuleNotFound error,
Then I rename it to "libpyprotect.so". Now when in python I do "import libpyprotect" from the same directory where the ".so" file is kept, i get this error:
ImportError: /home/Rishi/pyprotect/libpyprotect.so: undefined symbol: PyThread_tss_get