flurb18 / AgentOoba

An autonomous AI agent extension for Oobabooga's web ui
MIT License
175 stars 13 forks source link

This no longer works and trashed my oobabooga install #17

Open Webslug opened 1 year ago

Webslug commented 1 year ago

image

Unfortunately this no longer works. It complains about about the dotenv package not being installed. However I have double checked and the package is installed. My other scripts use dotenv.

BasedAnon commented 1 year ago

Are you using a conda environment? And have you tried uninstalling and reinstalling it?

GenUbu commented 1 year ago

You have to 'pip install python-dotenv', make sure to check out the correct conda environment at first.I has the same error, this was the solution for me.