Shreddit icon indicating copy to clipboard operation
Shreddit copied to clipboard

Invalid requirement: '<<<<<<< HEAD'

Open ghost opened this issue 8 years ago • 4 comments

Getting this: http://i63.tinypic.com/2lm8e4x.png

When trying to run: pip install -r requirements.txt

on a first install. Used to work fine. Using Python 3.6.3

ghost avatar Oct 18 '17 20:10 ghost

Fixed it myself by cleaning up the 'requirements.txt file' and changing the contents to:

decorator==4.0.10 PyYAML==3.12 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 requests==2.18.1 shreddit==6.0.7 six==1.10.0 tornado==4.5.1 update-checker==0.16 urllib3==1.21.1

No idea why there were duplicate additions in the .txt file as well as invalid characters. Maybe this used to work but it didn't seem to work with Python 3.6.3 as stated so I just removed those and cleaned the invalid characters until it completed without error.

Edit: Didn't mean to close this.

ghost avatar Oct 18 '17 21:10 ghost

This is still a problem.

deutrino avatar Jan 16 '18 23:01 deutrino

For what it's worth, pull request #103 fixes this. You can also manually overwrite requirements.txt with the fixed file.

arcataroger avatar Jan 17 '18 01:01 arcataroger

I had this issue and the fixed file from "ghost commented on Oct 18, 2017" fixed the issue.

dmackey0 avatar Apr 07 '19 22:04 dmackey0