DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.02k stars 425 forks source link

beautifulsoup issue #242

Open gopinath6 opened 6 years ago

gopinath6 commented 6 years ago

Please provide the following details.

Host System

Error Description

i have python 2,7 as well as python 3.6.3 When i run datasploit in python 2 am getting below error.Any help?

Please provide the details of the error. Try to provide the output and also steps to reproduce (if possible). image

If you cloned Datasploit, also provide the output of git log -n 1 --pretty=format:"%B".

KhasMek commented 6 years ago

It looks like the version of pip you're executing is for python3.x. Try executing pip2 install -r requirements.txt instead. If that doesn't work, double check that you have pip installed for python 2 and try again.

You'll always know it's python3 trying to execute python2 code when you see that error about print and parenthesis.

gopinath6 commented 6 years ago

I installed requirement using below command C:\Python27\Scripts\pip install -r requirements.txt

But still when i try below , it is asking to install requirements

C:\Users\kandasam\Dropbox\bug\Tools\RECONNAISSANCE\datasploit-master\datasploit-master>py -2 datasploit.py example.com You are missing a module for Datasploit. Please install them using: pip install -r requirements.txt

PolarBearGod commented 4 years ago

Originally posted by @ishamfazal in https://github.com/DataSploit/datasploit/issues/241#issuecomment-367621051

Would strongly check this issue for what seems to be the same problem. If any of the requirements were labeled with a specific version (in my case praw), this might cause a dependency issue.