top | item 38640395

(no title)

mngdtt | 2 years ago

Installed this, and it didn't let me do anything. Despite the fact the readme says stuff runs locally, first it asked me to link to my github account, and then all models required me to ask someone (I think meta?) for permission on github or use a huggingface token or whatever.

So I uninstalled it and now my wsl prompt starts with (base) and I don't know how to disable it and all my python scripts are broken because they can't find all the libraries I've installed from pip throughout the years.

0/10 would not recommend.

discuss

order

ZunarJ5|2 years ago

You need to turn off the default conda environment.

Try: conda config --set auto_activate_base false

mngdtt|2 years ago

Thanks !!!

dazzlefruit|2 years ago

(base) sounds like Anaconda. Try typing conda deactivate?