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

App builds but can't run: ModeNotFoundError (websockets) #1858

Open
fpriftis opened this issue Oct 3, 2024 · 0 comments
Open

App builds but can't run: ModeNotFoundError (websockets) #1858

fpriftis opened this issue Oct 3, 2024 · 0 comments

Comments

@fpriftis
Copy link

fpriftis commented Oct 3, 2024

I've had many dependency problems trying to build my python app but I managed to solved them, but this one eludes me.
I'm using supabase in my app and I' trying to resolve all of its dependencies one by one but I'm getting stuck at websockets.
For some reason, even though it builds fine, on the phone it crashes with the ModleNotFoundError: No module named 'websockets' evn though I do have it installed (websockets 13.1 in fact).

Also, this is a test python app that only imports supabase (import supabase) and nothing else, so as to not make things even more complicated than they already are.

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

No branches or pull requests

1 participant