supabase-py icon indicating copy to clipboard operation
supabase-py copied to clipboard

Deprecate supabase-py in PyPI

Open nlarusstone opened this issue 2 years ago • 8 comments
trafficstars

Describe the bug supabase-py points to the incorrect version of the code despite having the same name as this repo. I know the correct package is called supabase, but this is a bit confusing for new users.

To Reproduce Steps to reproduce the behavior:

  1. Search supabase-py on Google (same name as this repo and what the docs reference)
  2. Scroll down to the first PyPI link
  3. Install that package
  4. You have the wrong package!

Expected behavior I would like to see a deprecation notice on the supabase-py or some other information redirecting me to the correct supabase package.

nlarusstone avatar Oct 24 '23 00:10 nlarusstone

@J0 any updates on this?

anand2312 avatar Oct 24 '23 15:10 anand2312

@anand2312, no luck in reaching @fedden via email in order to yank the library. Will reach out to PyPI directly

J0 avatar Nov 01 '23 02:11 J0

Put in a request here: https://github.com/pypi/support/issues/3316

J0 avatar Nov 01 '23 13:11 J0

I'm a new Supabase user and spent a lot of time stuck on this issue. I had an old version of supabase-py installed which was cached by pip, and it wasn't until I came across this issue that I realized I did not have the correct or up to date Auth package.

In my virtualenv via pip3 I had to pip uninstall supabase and then pip3 install --upgrade supabase to finally have the correct dependency of supabase 2.1.0. To anyone who struggled with the same issue, use pip list or pip3 list to check your supabase version. Thanks @nlarusstone

BrettFraley avatar Nov 27 '23 03:11 BrettFraley