'pyarmor obfuscation on Mac (arwin.aarch64)
I'm trying to obfuscate a script using pyarmor (bought license) but I'm getting the following error:
is incompatible with target arch arm64 (has arch: x86_64)!
I've read the docs and I've found this part where it shows the default supported platforms that already come with pyarmor + the other dynamic libraries that pyarmor downloads the first time it runs:
https://pyarmor.readthedocs.io/en/latest/platforms.html#support-platforms
I've checked my directory at ~/.pyarmor/platforms/SYSTEM/ARCH/N/ as it's indicated on the docs and I can find a folder named darwin with the corresponding arch. As far as I can understand my system it's compatible with pyarmor, but I'm probably missing some extra steps before the obfuscation as the system version it's not on pyarmor by default.
This is the command im currently executing:
pyarmor pack -e" --noconfirm --onefile --console --icon icon.ico --add-data contract.py:. --add-data launchpad.py:. --add-data utils.py:. --add-data neuradb.py:." Neura.py
It wored just fine on my Windows 10 but having some trouble on Mac, if anyone could help me I would appreciate it as it's an important project and I have to release it soon. Thank you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
