dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Home Page:http://pyarmor.dashingsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbol not found in flat namespace '_PyCode_GetCode'

manandey opened this issue · comments

I have obfuscated my package using PyArmor version (latest version), command pyarmor gen -O dist package_name and when I try to run the obfuscated version, I get the error:

from .pyarmor_runtime import __pyarmor__ ImportError: dlopen(/Users/****/Documents/GitHub/***/dist/pyarmor_runtime_000000/pyarmor_runtime.so, 0x0002): symbol not found in flat namespace '_PyCode_GetCode'
My current python version is: Python 3.9.6

Please first read getting-started tutorial documentation