Shreddit icon indicating copy to clipboard operation
Shreddit copied to clipboard

Fix for Requirements.txt pip install issues

Open ghost opened this issue 6 years ago • 3 comments

Use this to install the necessary components to run shreddit (copy paste into a new file called "requirements.txt" or replace the contents of the original):

decorator==4.0.10
wheel==0.24.0
appdirs==1.4.3
arrow==0.10.0
backports-abc==0.5
certifi==2017.4.17
chardet==3.0.4
idna==2.5
praw==5.0.0
prawcore==0.11.0
python-dateutil==2.6.0
PyYAML==3.12
requests==2.18.1
shreddit==6.0.7
six==1.10.0
tornado==4.5.1
update-checker==0.16
urllib3==1.21.1

Alternatively, I am going to clone this repo and maintain it in my own branch. This is just to help lost souls who don't know why it isn't installing after downloading the .zip.

ghost avatar Feb 17 '19 20:02 ghost

Hey man, thanks for this! I will check out your branch. Can you provide a link for others here to quickly access? @luontokoodaus

ghost avatar Apr 16 '19 18:04 ghost

He has deleted his account.

JC5 avatar Sep 03 '19 19:09 JC5

The current requirements.txt is currently in merge conflict, but I just installed and ran successfully with pip install -r requirements.txt on the HEAD version:

arrow==0.9.0
decorator==4.0.10
praw==4.2.0
PyYAML==3.12
requests==2.12.1
six==1.10.0
backports-abc==0.4
tornado==4.3
update-checker==0.15
wheel==0.24.0
appdirs==1.4.3

Granted, there were some errors, but the script still works! 🙃

qiolol avatar Sep 28 '19 12:09 qiolol