gpt4 book ai didi

python - 无法在 python ubuntu 16.04 中导入 androguard

转载 作者:行者123 更新时间:2023-12-04 18:26:28 24 4
gpt4 key购买 nike

我已经使用 (apt install androguard) 在我的 ubuntu 16.04 LTS 操作系统中安装了最新的 androguard。我可以使用“androlyze -s”命令进入 shell。但是我无法将 androguard 导入到我的 python 代码中。例如,当我从终端使用“python test.py”命令运行 test.py 文件时,出现错误:

Traceback (most recent call last):
File "test.py", line 1, in <module>
from androguard.core.bytecodes import apk
ImportError: No module named androguard.core.bytecodes

下面是我的 python 代码:

from androguard.core.bytecodes import apk

a = apk.APK("/path/to/apk/apk_name.apk")
pk_name = a.get_package()
act_name = a.get_main_activity()
final_arg = pk_name+"/"+act_name
print(final_arg)

最佳答案

(apt install androguard) 适用于 debian,因此无法正常工作。我必须从源代码安装它。如何从源安装它可以在以下链接中找到:

Androguard Doc

关于python - 无法在 python ubuntu 16.04 中导入 androguard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46313899/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com