Open n0skill opened 5 years ago
The Praw module has been updated to use python 3.5+
In requirements.txt
:
Replace the line
"praw"
with
"praw==1.0.7"
to install an older, compatible version.
Also replace
"beautifulsoup"
with
"beautifulsoup==3.2.1"
to avoid a later dependency issue.
@jojo-man passes pip install
without issue—thanks 👍
Please provide the following details.
Host System
python --version
) : python 2.7.16Error Description
This is probably due to the fact that the given requirements.txt does not provide the version required for each package but only the package name. Since pip will always try to get the newest version, and datasploit still runs on python 2.7, the requirements described in the file cannot be installed. The fix would be to provide the required version in the requirements.txt file