0

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.

Rostcraft
  • 3
  • 7
  • related links from link-only answers: https://github.com/dashingsoft/pyarmor/issues/844 and https://pyarmor.readthedocs.io/en/stable/reference/errors.html?highlight=errors#outer-errors – starball May 18 '23 at 19:58

0 Answers0