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
SOLVED: For anyone else struggling with this issue- use the supabase-py package NOT the supabase package. So the ReadMe is incorrect in this repository, do not install the package called "supabase".
No, the readme is correct - https://pypi.org/project/supabase/supabase-py is an old package that is not up-to-date.
See pydantic/pydantic#7689 for the cause - it's pydantic that's causing this error. Pinning pydantic to a version without this bug should fix it.
Bug report
Describe the bug
Trying to run supabase python client and running into a compatibility error with pydantic on import,
Here is my virtual environment using pipenv:
To Reproduce
Install packages same as in above pipfile, try importing supabase,
System information
Running python 3.7 on a Raspberry Pi 3B+ (Linux, raspbian)
The text was updated successfully, but these errors were encountered: