Jupyter Code doesn't run in repli

Sadly installing that package for me seems to not be possible because the package is too big(>1gb)

It might be possible that it works for you as you are a paid user of replit, so your repls would have double the storage a free user has(like me)

Try this:

  1. Open the shell
  2. Enter pip uninstall replit (this is the outdated package causing problems. You dont use it in code so its safe to remove)
  3. Go to pyproject.toml and remove the line replit>=xxx (the line that has replit)
  4. Again go to shell and do poetry add chromadb

This will take a reallly long time as the package is too big. After running, you can inform me what you get.

Here is what i get (cant install cuz storage is low for free user: