Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

jwt conflict #11

@xiangzhu-enf

Description

@xiangzhu-enf

My python version is 3.9.

pip3 install --no-cache-dir -r requirements.txt

ERROR: Cannot install -r requirements.txt (line 10) and PyJWT==2.4.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested PyJWT==2.4.0
flask-jwt-login 0.0.5 depends on PyJWT==1.6.4

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 conflic

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