Giter Club home page Giter Club logo

Comments (5)

dosubot avatar dosubot commented on July 19, 2024 2

Hey @swotai! 👋 I'm here to help you with any bugs, questions, or contributions you have while waiting for a human maintainer. Let's squash those bugs together!

To resolve the issue with Langflow alpha46 failing to start on Python 3.11.9 on Windows 11 due to missing modules "couchbase" and "langflow.components.vectorstores.base.model", you need to install the required modules.

You can install the missing modules using the following commands:

pip install couchbase
pip install -e ./src/backend/base

These commands will install the couchbase module and the langflow-base package in development mode, which should include the necessary components for langflow.components.vectorstores.base.model [1].

Additionally, ensure that your Python version is within the supported range specified in the pyproject.toml file, which is >=3.10,<3.12 [2][3].

To continue talking to Dosu, mention @dosu.

from langflow.

dosubot avatar dosubot commented on July 19, 2024 2

To address the issues with Langflow alpha46, here are the steps you can take:

  1. Install the couchbase module:

    pip install couchbase
  2. Reinstall Langflow to ensure all dependencies are correctly installed:

    python -m pip install langflow --pre -U --force-reinstall

For Docker users experiencing issues with the non-functional UI and numerous errors, there are no specific recent commits addressing these issues. However, you can try the following workaround:

  1. Run the Docker container with the latest pre-release version:
    docker run -it --rm -p 7860:7860 langflowai/langflow:1.0-alpha

If the issues persist, it might be necessary to check for any updates or patches in the Langflow repository or consider reaching out to the maintainers for further assistance.

For more details on known issues and possible solutions, you can refer to the Langflow documentation on installation issues [1][2].

To continue talking to Dosu, mention @dosu.

from langflow.

mikebellerU avatar mikebellerU commented on July 19, 2024 1

Seconding this report -- alpha46 is definitely very broken. I can prove it because even the docker container won't run properly -- and neither will the hugging face spaces. Just try this:

docker run -it --rm -p 7860:7860 langflowai/langflow:1.0-alpha

-- you get a ton of errors on the stdout and the UI will not function at all.

from langflow.

swotai avatar swotai commented on July 19, 2024

@dosu since i'm installing the package from pypi and not from source, the second command you suggest won't work as there's no src/backend/base folder. This is a issue with either setup.py or some other setup script not installing the right packages.

from langflow.

swotai avatar swotai commented on July 19, 2024

Just tried with alpha48. Same errors.

from langflow.

Related Issues (20)

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.