Closed Murphy1227 closed 8 months ago
i am running without the docker, how should i fix it?
pip install python_on_whales Should of been installed when you cd to extensions/Memoir and did pip install -r requirements.txt
Ahh, without docker you can just remove the import from the top of the script and make sure the code in setup() is removed except for the pass
Now i am having this error XD:
File "E:\IA\Texto\Oobabooga\text-generation-webui\modules\extensions.py", line 37, in load_extensions
extension = importlib.import_module(f"extensions.{name}.script")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IA\Texto\Oobabooga\text-generation-webui\installer_files\env\Lib\importlib__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
This extension should have 2 different downloads, one configured for docker and the other without @_@
It seems like you didnt cd over to the extension folder. ie textgen/extension/Memoir and run pip install -r requirements.txt
Bruh, its just error after error ;-;
Traceback (most recent call last):
File "E:\IA\Texto\Oobabooga\text-generation-webui\modules\extensions.py", line 37, in load_extensions
extension = importlib.import_module(f"extensions.{name}.script")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IA\Texto\Oobabooga\text-generation-webui\installer_files\env\Lib\importlib__init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
cd E:\IA\Texto\Oobabooga\text-generation-webui\extensions\Memoir pip install -r requirements.txt
i already did this @_@ 2 times
And are you inside the textgenui conda environment?
YES
the cmd_windows.bat right?
yes, or you can start_windows.bat and then just ctrl c and you will be in the conda environment. From there you can do pip install os Not sure why it isn't installing the requirements file. You can do it manually by pip install each of these: qdrant_client textblob validators sentence_transformers newspaper3k langchain==0.1.6 langchain-community==0.0.19 unstructured unstructured[pdf] pypdf pypandoc rapidocr-onnxruntime
Okay, i will try.
i still having the same problem, how do i pip install the OS? its not installing it...
pip install OS ERROR: Could not find a version that satisfies the requirement OS (from versions: none) ERROR: No matching distribution found for OS
and after that i installed the requiriments manually it still the same:
Traceback (most recent call last):
File "E:\IA\Texto\Oobabooga\text-generation-webui\modules\extensions.py", line 37, in load_extensions
extension = importlib.import_module(f"extensions.{name}.script")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IA\Texto\Oobabooga\text-generation-webui\installer_files\env\Lib\importlib__init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
Will see what I can find. I don't have a mac to test.
Try pip install os-sys the strange thing is that os is usually part of the defaul python install.
Hi I just do the fresh install of Textgen webui. Update everything, install Memoir+ requirement in venv, install every requirements in update wizard now Memoir+ require Docker have more privileges. What should I do, I already am admin user:
Please check this log
i'm having this error, can anyone help me?
i had this error: Traceback (most recent call last): File "E:\IA\Texto\Oobabooga\text-generation-webui\modules\extensions.py", line 37, in load_extensions extension = importlib.import_module(f"extensions.{name}.script") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IA\Texto\Oobabooga\text-generation-webui\installer_files\env\Lib\importlibinit.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IA\Texto\Oobabooga\text-generation-webui\extensions\Memoir\script.py", line 23, in from python_on_whales import DockerClient ModuleNotFoundError: No module named 'python_on_whales'