-
|
Ive installed requirements.txt in Superbooga, and Whisper_stt requirements.txt I tried updating pydantic, 'pip install -U pydantic' and then updated the call under chromadb/config.py from "from pydantic" to "from pydantic_settings" Now Im getting this error... This feels like progress? Am I on the right path? Can someone point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Anyone up for an installer guide for superbooga? |
Beta Was this translation helpful? Give feedback.
-
|
i have never gotten superbooga to work, why is it even preloaded as an extension option if it takes this much effort to even work? |
Beta Was this translation helpful? Give feedback.
-
|
For me it works after installing chromadb 0.3.29 and pydantic 1.10.13, now superbooga and superboogav2 are working. |
Beta Was this translation helpful? Give feedback.
Superbooga finally running!
Ive always manually created my text-generation-webui installs and they work with everything except superbooga. I suspect there may be some important information missing when running a manual install... so I tried an auto installler...
(Windows 11 WSL)
I had to delete my conda environment, proceeded with a fresh install, used the wsl.sh to autogenerate the environment, cloned the /env into 'textgen' for easy access, activated textgen environment, claude.ai wrote a script for me that will install all requirements.txt from the extensions folder (extentension-requirements.py):