Pyarmor and pytransform error in replit but works on pc

im trying to run code and it returns this
pls help

Could not find "/home/runner/2xwallet-premium/pytransform/platforms/linux/x86_64/_pytransform.so"
repl process died unexpectedly: exit status 1

Hey @DewyIchor Welcome to the forums!

For our community to assist you, please provide a code snippet, link to the repl. Not just the error, so that we can troubleshoot your error. Thank you and have a nice day.

1 Like
from pytransform import pyarmor_runtime
pyarmor_runtime()
__pyarmor__(__name__, __file__, b'\x50\x59\x41\x52\x4d\x4f\x52\x00\x00\x03\x08\x00\x55\x0d\x0d\x0a\x09\x34\xe0\x02\x00\x00\x00\x00\x01\x00\x00\x00\x40\x00\x00\x00\

this is a snippet, it is pyarmor encoded but i am trying to run it in here

1 Like

Probably some files or platforms are incompatible.
Your repl has a _pytransform.dll which would be used if the platform is Windows.
Replit uses Linux to run code, so it looks for a _pytransform.so file which doesn’t exist.