You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: