Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

praw module error during install #301

Open
youda313 opened this issue Sep 23, 2020 · 2 comments
Open

praw module error during install #301

youda313 opened this issue Sep 23, 2020 · 2 comments

Comments

@youda313
Copy link

Please provide the following details.

Host System

  • OS : Kali
  • Python version (python --version) : Python 2.7.18

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
Copy link

Please see an earlier issues that was raised about this:

#295 (comment)

@PolarBearGod
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants