brucepro / Memoir

Memoir+ a persona extension for Text Gen Web UI. That includes memory, emotions, command handling and more.
MIT License
174 stars 21 forks source link

doesn't work #35

Closed thejohnd0e closed 6 months ago

thejohnd0e commented 6 months ago

Screenshot - 2024-05-06 11 21 01

brucepro commented 6 months ago

Good catch. Will update to pip install python-on-whales

ZeroLogi commented 6 months ago

I've been trying to figure this out for the last day or two with no luck. I receive the same error.

brucepro commented 6 months ago

Sorry about that, I had assumed the import in the requirements was the same as the import in python, didn't realize the - vs _, thank you for helping make it better.

ZeroLogi commented 6 months ago

I seem to be getting a different error now,

image

This is from a fresh clone as of a few minutes ago.

brucepro commented 6 months ago

pip install beautifulsoup4

thejohnd0e commented 6 months ago

Unfortunately, nothing helped.

Screenshot - 2024-05-06 23 55 08

ZeroLogi commented 6 months ago

pip install beautifulsoup4

I still got an error after this, but I ended up updating/reinstalling all extensions from the update_wizard_windows.bat and it started working just fine. Thank you for your help!

ZeroLogi commented 6 months ago

Unfortunately, nothing helped.

Screenshot - 2024-05-06 23 55 08

See my reply above. I had the same error until I updated/installed everything.

brucepro commented 6 months ago

Hmm, could be an update doing it. From here https://pypi.org/project/python-on-whales/ looks like it was released Apr 24. I will review a clean install and see if I can figure it out. It seems that docker has been the thorn in many peoples side on install, I may have to release one that doesn't use docker and just uses the qdrant binaries. Do you have docker desktop installed?

ZeroLogi commented 6 months ago

Hmm, could be an update doing it. From here https://pypi.org/project/python-on-whales/ looks like it was released Apr 24. I will review a clean install and see if I can figure it out. It seems that docker has been the thorn in many peoples side on install, I may have to release one that doesn't use docker and just uses the qdrant binaries. Do you have docker desktop installed?

I have docker installed. Once I ran an update for all extensions it's been working just fine, so I haven't able to pinpoint the issue. It doesn't seem to be docker related, at least on my end. Either way, your recent updates solved all of the problems I've been having for the last few days. It's been working properly as of the last few hours.

thejohnd0e commented 6 months ago

Unfortunately, nothing helped. Screenshot - 2024-05-06 23 55 08

See my reply above. I had the same error until I updated/installed everything.

Of course I installed and double-checked all updates and dependencies, but it still didn't work in my case.

thejohnd0e commented 6 months ago

Oops.. now I see where my mistake was. Everything works well. Sorry!