-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error execute datasploit #284
Comments
i am also getting the same error :( |
I found as a temp way around this issue to go into the datasploit.py file and comment out the import check_dep line and the line below. This seems to allow the tool to work without checking dependencies. |
Did you get any errors while installed the required python packages? Try running this: pip install --upgrade -r requirements.txt |
No and and I used "pip install --upgrade -r requirements.txt"
El mié., 11 sept. 2019 a las 21:15, Philippe Delteil (<
[email protected]>) escribió:
… Did you get any errors while installed the required python packages?
Try running this:
pip install --upgrade -r requirements.txt
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#284?email_source=notifications&email_token=AC33MSM3IZ7SPOM25WJPZGLQJFNW5A5CNFSM4HPNNALKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6P5N5Q#issuecomment-530568950>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC33MSKIYARF4UC7BECYKY3QJFNW5ANCNFSM4HPNNALA>
.
|
Simple Fix: Get into the Directory, and type:
Fixed => close. |
Please provide the following details.
Host System
python --version
) : Python 2.7.16Error Description
When I execute python datasploit.py domain.com I got this error:
Traceback (most recent call last):
File "datasploit.py", line 4, in
dep_check.check_dependency()
File "/opt/OSINT/datasploit/dep_check.py", line 11, in check_dependency
pip_list = sorted([(i.key) for i in pip.get_installed_distributions()])
AttributeError: 'module' object has no attribute 'get_installed_distributions'
The text was updated successfully, but these errors were encountered: