Skip to content

Instantly share code, notes, and snippets.

@AdriaCoding
Created November 11, 2022 10:05
Show Gist options
  • Save AdriaCoding/a49eff54042fd45fe98c4e4e0af66a4e to your computer and use it in GitHub Desktop.
Save AdriaCoding/a49eff54042fd45fe98c4e4e0af66a4e to your computer and use it in GitHub Desktop.
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
@AdriaCoding
Copy link
Author

Es un problema de dependencias que tenemos dos de los novatos del bootcamp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment