Skip to content

Conflict between frida-tools and prompt-toolkit specified in requirements.txt #4

Description

@tokit3mx
INFO: pip is looking at multiple versions of frida-tools to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 9) and prompt-toolkit==3.0.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested prompt-toolkit==3.0.3
    frida-tools 5.3.0 depends on prompt-toolkit<3.0.0 and >=2.0.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/topics/dependency-resolution/#dealing-with-dependency-conflicts

Basically idk how someone got this working/or never had an issue, but on a fresh download and venv i am unable to install the requirements.
I am inside the venv, and I did use venv/bin/pip3 install -r requirements.txt . Please tell me what to change, as I don't want to mess with the dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions