question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named frida ,Please Help

See original GitHub issue

guobaomingdeMac:frida-ios-dump guobaoming$ dump.py Traceback (most recent call last): File "/opt/dump/frida-ios-dump/dump.py", line 9, in <module> import frida ImportError: No module named frida

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
russell-shizhencommented, Apr 10, 2019

Run command $ pip --version and $ pip3 --version to check which pip is from at Python 3x. E.g. you should see version information like below:

pip 19.0.3 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)

Then run the right pip command to install frida-tools, e.g. pip3

$ pip3 install frida-tools

Then run the example.py script with below command

$ python3 example.py
3reactions
richpowellcommented, Apr 11, 2020

if you have python3 try this to execute dump.py python3 ./dump.py

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named frida - python - Stack Overflow
I hit ImportError: No module named Frida . Turned out everything was ok and I incorrectly capitalized the F . Should have been:...
Read more >
ImportError: No module named frida - Bountysource
dump.py com.xxxx. Traceback (most recent call last): File "./dump.py", line 11, in import frida ImportError: No module named frida
Read more >
Troubleshooting - Frida.re
ImportError : dynamic module does not define init function (init_frida). This or another similar error message is seen when trying to use frida-python...
Read more >
python script error: ImportError: No module named pysam
I have tried to resolve it by uninstalling and reinstalling pysam. Make sure you install pysam for the right python version. In your...
Read more >
No module named frida
報錯現象:ImportError: No module named xxx(例如:ImportError: No module named pexpect). 問題原因: 1.該模塊沒有安裝. 2.該模塊已經安裝,但是沒有安裝 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found