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

What do we do? ERROR: Cannot install -r requirements.txt (line 2) and requests==2.20.0 because these package versions have conflicting dependencies. #20

Open
rahulashok360 opened this issue Jul 1, 2021 · 1 comment

Comments

@rahulashok360
Copy link

@tylerolson

ERROR: Cannot install -r requirements.txt (line 2) and requests==2.20.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests==2.20.0
instagramapi 1.0.2 depends on requests==2.11.1

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

@Soumajit-Roy
Copy link

@tylerolson

ERROR: Cannot install -r requirements.txt (line 2) and requests==2.20.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested requests==2.20.0 instagramapi 1.0.2 depends on requests==2.11.1

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Just Remove the "==2.20.0" from the txt file so there will be no conflict for requests

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

2 participants