-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jwt conflict #11
Comments
To solve this problem, uninstall all your existing pip packets and try again. use this command : |
This does not work for me. I created a virtual environment, so there is no past leftover. pip freeze returns nothing. It still fails the same way. I think the conflict is in the requirement.txt itself, as shown in the error message. |
Can you give me the error message... |
That's in the original message in this thread. Copied here. 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: |
Below is the full log captured by the "script" command. Thanks! == AACCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCpip freeze xargs pip uninstall y A The conflict is caused by To fix this you could try to 31mERROR ResolutionImpossible for help visit httpspippypaioenlatestuserguidefixingconflictingdependencies0m Script done on 20230624 0726470700 COMMANDEXITCODE1 |
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:
The text was updated successfully, but these errors were encountered: