Skip to content

Conflicting dependencies #46

Description

@jukhamil

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions