-
Notifications
You must be signed in to change notification settings - Fork 133
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
Comments
Fixed it myself by cleaning up the 'requirements.txt file' and changing the contents to: decorator==4.0.10 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. |
This is still a problem. |
For what it's worth, pull request #103 fixes this. You can also manually overwrite requirements.txt with the fixed file. |
I had this issue and the fixed file from "ghost commented on Oct 18, 2017" fixed the issue. |
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
The text was updated successfully, but these errors were encountered: