runtimerevolution / labs

0 stars 0 forks source link

Replace pixi with another package installation tool #54

Closed ctmartinez1992 closed 2 months ago

ctmartinez1992 commented 2 months ago

Pixi is being extremely problematic to the point that I am no longer using it to be able to just install packages with the version I want. These have been the main issues I have found:

  1. Installing additional packages doesn't work correctly. Litellm has an additional package called proxy, it is unable to find this additional package. I had to install with pip;
  2. It messes up with VSCode interpreter definitions, because VSCode thinks it's a conda command to activate the env. Requiring to install a plugin;
  3. Sometimes, it's unable to find certain versions of packages;
  4. It really doesn't solve any issue that poetry or pipenv haven't solved.