Open youda313 opened 4 years ago
Please see an earlier issues that was raised about this:
https://github.com/DataSploit/datasploit/issues/295#issuecomment-552907110
Adding this in later. Depending on your distro you are install on you may run into a couple other dependency issues. Change the requirements.txt
to reflect the below:
NOTE: You may need to add httplib2
to the requirements list. This was true on multiple Kali and Trace Lab installs. What happens ispip
pulls the latest version as another dependency to another module.
LMXL may have issues installing on some Kali variants and will result in wheel collapsing and rolling back the requirement install.
sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
Please provide the following details.
Host System
python --version
) : Python 2.7.18Error Description
pip install --upgrade --force-reinstall -r requirements.txt [...] Collecting praw Using cached praw-7.1.0.tar.gz (21.3 MB) ERROR: Package 'praw' requires a different Python: 2.7.18 not in '>3.5.3'
If you cloned Datasploit, also provide the output of
git log -n 1 --pretty=format:"%B"
.Enabling text report output