python gen_disguise.py -i client.apk individual
Traceback (most recent call last):
File "gen_disguise.py", line 5, in
import numpy as np
File "/usr/lib/python2.7/dist-packages/numpy/init.py", line 132
raise ImportError(msg) from e
Please help solve this problem by installing numpy in python 2.7 (before that, the error was related to line 5)
python gen_disguise.py -i client.apk individual Traceback (most recent call last): File "gen_disguise.py", line 5, in
import numpy as np
File "/usr/lib/python2.7/dist-packages/numpy/init.py", line 132
raise ImportError(msg) from e
Please help solve this problem by installing numpy in python 2.7 (before that, the error was related to line 5)