Git Product home page Git Product logo

writer's Issues

where is the requirements.txt file?

I am getting this error:

Loading the extension "writer"
14:25:27-254483 ERROR Could not import the requirements for 'writer'. Make sure to install the requirements for the
extension.

                     Linux / Mac:

                     pip install -r extensions/writer/requirements.txt --upgrade

                     Windows:

                     pip install -r extensions\writer\requirements.txt --upgrade

                     If you used the one-click installer, paste the command above in the terminal window opened
                     after launching the cmd script for your OS.

14:25:27-256652 ERROR Failed to load the extension "writer".
Traceback (most recent call last):
File "C:\AI\text-generation-webui\modules\extensions.py", line 36, in load_extensions
exec(f"import extensions.{name}.script")
File "", line 1, in
File "C:\AI\text-generation-webui\extensions\writer\script.py", line 2, in
from .writer_ui import generate_gradio_ui, generate_button_callbacks
File "C:\AI\text-generation-webui\extensions\writer\writer_ui.py", line 10, in
from .writer_summarise import add_summarised_content
File "C:\AI\text-generation-webui\extensions\writer\writer_summarise.py", line 2, in
from .webui_llm import WebUILLM
File "C:\AI\text-generation-webui\extensions\writer\webui_llm.py", line 1, in
from langchain.schema import LLMResult, Generation
ModuleNotFoundError: No module named 'langchain'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.