Created
November 11, 2022 10:05
-
-
Save AdriaCoding/a49eff54042fd45fe98c4e4e0af66a4e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: Cannot install -r requirements.txt (line 2) and -r requirements.txt (line 3) because these package versions have conflicting dependencies. | |
The conflict is caused by: | |
fastapi 0.85.0 depends on starlette==0.20.4 | |
fastapi-sqlalchemy 0.1.3 depends on starlette<=0.12.9 and >=0.12.9 | |
fastapi 0.85.0 depends on starlette==0.20.4 | |
fastapi-sqlalchemy 0.1.2 depends on starlette<=0.12.9 and >=0.12.9 | |
fastapi 0.85.0 depends on starlette==0.20.4 | |
fastapi-sqlalchemy 0.1.1 depends on starlette<=0.12.9 and >=0.12.9 | |
fastapi 0.85.0 depends on starlette==0.20.4 | |
fastapi-sqlalchemy 0.1.0 depends on starlette<=0.12.9 and >=0.12.9 | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Es un problema de dependencias que tenemos dos de los novatos del bootcamp