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

"No supported WebSocket library detected." when running web app with Flet 0.21.0 #2818

Closed
FeodorFitsner opened this issue Mar 6, 2024 · 2 comments · Fixed by #2819
Closed
Labels
bug Something isn't working

Comments

@FeodorFitsner
Copy link
Contributor

You may receive the following error when trying to run Flet app with flet run --web command in a clean virtual environment:

No supported WebSocket library detected. Please use "pip install 'uvicorn[standard]'", or install 'websockets' or 'wsproto' manually.

For workaround run the following command:

pip install 'uvicorn[standard]'
@FeodorFitsner FeodorFitsner added the bug Something isn't working label Mar 6, 2024
@Siva20021
Copy link

Can I know how did you resolve this I am also facing the same issue

@AmaseCocoa
Copy link

Can I know how did you resolve this I am also facing the same issue

Just run pip install 'uvicorn[standard]' as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants