undefined symbol:_PyRuntime #1915
Unanswered
xuyingliang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
用pyarmor8.4.3混淆python代码后,在windows,centos7.9上运行正常,在统信操作系统上出错,详细情况如下:
操作系统:统信UOS 1060服务器A版
Linux ampzking 4.19.0-91.82.152.uelc20.x86_64 #1 SMP Fri May 12 22:38:01 CST 2023 x86_64 x86_64 x86_64 GNU/Linux
python文件:1.py
user_input = input("请输入IPV4:")
print(user_input)
混淆命令:pyarmor -d gen --use-runtime f:/pyarmor_runtime .\1.py -r --enable-jit --mix-str --private -O dist
运行python 1.py时报错信息:
Traceback (most recent call last):
File "1.py", line 2, in
from pyarmor_runtime_006064 import pyarmor
File "/dist/pyarmor_runtime_006064/init.py", line 49, in
pyarmor = pyarmor().pyarmor
File "/dist/pyarmor_runtime_006064/init.py", line 48, in pyarmor
return import(name, globals(), locals(), ['pyarmor'], level=1)
ImportError: /dist/pyarmor_runtime_006064/linux_x86_64/pyarmor_runtime.so: undefined symbol: _PyRuntime
Beta Was this translation helpful? Give feedback.
All reactions