Execution error
See original GitHub issueHey,
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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
No worries 😃