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

Invalid requirement: '<<<<<<< HEAD' #104

Open
ghost opened this issue Oct 18, 2017 · 4 comments
Open

Invalid requirement: '<<<<<<< HEAD' #104

ghost opened this issue Oct 18, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 18, 2017

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

ghost commented Oct 18, 2017

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 ghost closed this as completed Oct 18, 2017
@ghost ghost reopened this Oct 18, 2017
@deutrino
Copy link

This is still a problem.

@arcataroger
Copy link

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

@dmackey0
Copy link

dmackey0 commented Apr 7, 2019

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

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

3 participants