Open gopinath6 opened 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.
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
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.
Please provide the following details.
Host System
python --version
) : Python 3.6.3Error 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).
If you cloned Datasploit, also provide the output of
git log -n 1 --pretty=format:"%B"
.