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.

Hey,

while executing the sherlock, i get following error. Please help me out as im new to linux

sansforensics@siftworkstation -> ~/sherlock 
$ sudo python sherlock.py --help
Traceback (most recent call last):
  File "sherlock.py", line 21, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
    from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
    from apport.report import Report
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
    import apport.fileutils
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
    from apport.packaging_impl import impl as packaging
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
    import apt
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
    import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'

Original exception was:
Traceback (most recent call last):
  File "sherlock.py", line 21, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
Shashank-003commented, Nov 17, 2019

Dear Siddhartha

Thank you for your help. I was using python 3.5 and my pip3 was having some issues. so updating python and reinstalling pip3 solve the problems. Thanks a lot. Regards, Shashank Borude. +91-9420427079

On Sat, Nov 16, 2019 at 12:48 PM Siddharth Dushantha < notifications@github.com> wrote:

@Shashank-003 https://github.com/Shashank-003 You are most likely getting that error because you are not using Python3.6 or higher. You must use Python3.6 or higher in order for Sherlock to work properly.

I think you are using Ubuntu, Kali Linux or Debian, so I would advice you to read this https://www.tecmint.com/install-python-in-ubuntu/ article which shows you step by step instructions on how to install Python3.6 if you do not have it installed on you computer

Article: https://www.tecmint.com/install-python-in-ubuntu/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sherlock-project/sherlock/issues/356?email_source=notifications&email_token=ALVO5S2HEMPE7XFVYZCNIALQT6NGFA5CNFSM4JN53UF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHLOQY#issuecomment-554612547, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVO5S46XO53Y2NFYSYJWRTQT6NGFANCNFSM4JN53UFQ .

0reactions
sdushanthacommented, Nov 17, 2019

No worries 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Script errors: Execution errors - MicroStrategy
Execution errors occur when an instruction is formed correctly but returns an unexpected result when it is executed. For example, attempting to delete...
Read more >
What are examples of an execution error? - Quora
A runtime error is an error that occurs when you run your program, as opposed to when you compile. Example: This program will...
Read more >
Chapter 16. Execution error management
When an execution error occurs for a business process, the process stops and reverts to the most recent stable state (the closest safe...
Read more >
What is an Action Execution Error? - Method Help Center
This error mostly occurs on customized screens. In most cases, this error is triggered if data inputted is missing or incorrect. For example:....
Read more >
Formula Execution Errors - Oracle Help Center
Fast formula execution errors occur when a problem arises while a formula is running. Typically, data-related issues cause these errors either in the ......
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