Supabase import error
# help-and-questions
i
Hey people. I'm getting this error and unsure of how to proceed->
Copy code
from supabase import create_client, Client
ModuleNotFoundError: No module named 'supabase'
Basically trying to import the supabase python library (I've tried
Copy code
pip install supabase
and
Copy code
pip install supabase-client`
already), but I keep getting this error. Does anyone have any suggestions or ideas on what could be wrong?