When running my obfuscated python script(I used pyarmor free, Python3.9) on Mac(Intel, Ventura 13.0).
On Mac I installed python3.9 using Homebrew.
When running see this error:
ImportError: dlopen(/Users/.../pytransform.so, 0x0002): Library not loaded: @rpath/Frameworks/Python.framework/Versions/3.9/Python
I tried to link python to that folder using sudo ln -s -f /usr/local/bin/python3.9 /Library/Frameworks/Python.framework/Versions/3.9/
, but it didn't work.
I expected it to run without errors, but I have the same error every time.