csu/quora-api

Conflicting dependencies

Opened this issue · 0 comments

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.