doesn't start
You need to do a pip install -r requirements.txt to install the required modules. Here, you're missing the duckduckgo-search python module.
You need to do a
pip install -r requirements.txtto install the required modules. Here, you're missing theduckduckgo-searchpython module.
Is your oobabooga instance using any kind of virtual env (like venv, or conda) ? If that is the case, you need to be in that environment when doing the pip intall.
Is your oobabooga instance using any kind of virtual env (like venv, or conda) ? If that is the case, you need to be in that environment when doing the
pip intall.
Of course I install dependencies from the folder where the extension is located, but I still don't understand why it's not working.
This issue has been closed due to inactivity for 6 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.