imp
05/26/2023, 1:52 PMfrom supabase import create_client, Client
ModuleNotFoundError: No module named 'supabase'
Basically trying to import the supabase python library (I've tried pip install supabase
and pip install supabase-client`
already), but I keep getting this error. Does anyone have any suggestions or ideas on what could be wrong?