Skip to content
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

Installation package conflict #52

Closed
downdawn opened this issue May 18, 2023 · 1 comment · Fixed by #53
Closed

Installation package conflict #52

downdawn opened this issue May 18, 2023 · 1 comment · Fixed by #53

Comments

@downdawn
Copy link
Collaborator

downdawn commented May 18, 2023

The conflict is caused by:
    The user requested starlette==0.27.0
    fastapi 0.95.0 depends on starlette<0.27.0 and >=0.26.1

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

https://github.com/tiangolo/fastapi/releases/tag/0.95.2

@wu-clan
Copy link
Member

wu-clan commented May 18, 2023

I think can upgrade fastapi to 0.95.2

@wu-clan wu-clan linked a pull request May 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants