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

praw module error during install #301

Open youda313 opened 4 years ago

youda313 commented 4 years ago

Please provide the following details.

Host System

Error 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

PolarBearGod commented 4 years ago

Please see an earlier issues that was raised about this:

https://github.com/DataSploit/datasploit/issues/295#issuecomment-552907110

PolarBearGod commented 4 years ago

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