Skip to content

Deployment conflict due to pyjwt version in requirement.txt #319

Description

@csivaram

I'm getting below conflict due to the version of package pyjwt==2.3.0 used in py5paisa.
Request you to loosen the version range something like pyjwt>=2.3.0 to resolve the issue.


ERROR: Cannot install -r requirements.txt (line 6), -r requirements.txt (line 7) and pyjwt==2.10.1 because these package versions have conflicting dependencies.

The conflict is caused by:

  • The user requested pyjwt==2.10.1
  • firebase-admin 7.1.0 depends on pyjwt>=2.10.1
  • py5paisa 0.7.21.2 depends on pyjwt==2.3.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 to attempt to solve the dependency conflict

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