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:
- loosen the range of package versions you've specified
- remove package versions to allow pip to attempt to solve the dependency conflict
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:
To fix this you could try to: