You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
beautifulsoup==3.2.1
httplib2==0.11.3
python-wappalyzer==0.2.2
praw==1.0.7
NOTE: You may need to add httplib2 to the requirements list. This was true on multiple Kali and Trace Lab installs. What happens is pip 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
The text was updated successfully, but these errors were encountered: