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

Conflicting dependencies #46

Open
jukhamil opened this issue Mar 16, 2021 · 0 comments
Open

Conflicting dependencies #46

jukhamil opened this issue Mar 16, 2021 · 0 comments

Comments

@jukhamil
Copy link

jukhamil commented Mar 16, 2021

During pip install -r requirements.txt, I received:

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

The conflict is caused by:
The user requested requests==2.9.1
quora 0.1.22 depends on requests==2.5.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

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

I looked at the guide, but found it pretty complicated as I'm pretty new to programming. I wonder if there's anything that can be done on the project developer's end to make installation easier. I tried to install it on the Termux terminal emulator app.

Thanks very much.

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

1 participant