Giter Club home page Giter Club logo

Comments (7)

rodrigosnader avatar rodrigosnader commented on May 22, 2024 1

After installing, have you tried just langflow?

from langflow.

anishthite avatar anishthite commented on May 22, 2024 1

Sorry, I forgot to hit send. When I run langflow I get the following error:

Traceback (most recent call last):

  File "/Users/anishthite/miniconda3/bin/langflow", line 8, in <module>
    sys.exit(main())

  File "/Users/anishthite/miniconda3/lib/python3.9/site-packages/langflow_backend/__main__.py", line 52, in main
    typer.run(serve)

  File "/Users/anishthite/miniconda3/lib/python3.9/site-packages/langflow_backend/__main__.py", line 27, in serve
    StaticFiles(directory=static_files_dir, html=True),

  File "/Users/anishthite/miniconda3/lib/python3.9/site-packages/starlette/staticfiles.py", line 57, in __init__
    raise RuntimeError(f"Directory '{directory}' does not exist")

RuntimeError: Directory '/Users/anishthite/miniconda3/lib/python3.9/site-packages/langflow_backend/frontend' does not exist

from langflow.

rodrigosnader avatar rodrigosnader commented on May 22, 2024

Confirmed that python -m langflow should not work anymore. We modified it to work with just: langflow.

from langflow.

ibiscp avatar ibiscp commented on May 22, 2024

Closing this issue for now, if necessary, please reopen it.

from langflow.

ibiscp avatar ibiscp commented on May 22, 2024

Try the following steps and let me know the output:

deactivate
python -m venv .langflow
source .langflow/bin/activate
pip install langflow
langflow

from langflow.

anishthite avatar anishthite commented on May 22, 2024

Same issue

from langflow.

rodrigosnader avatar rodrigosnader commented on May 22, 2024

Maybe create a new conda env?

conda create -n langflow python=3.9
conda deactivate
conda activate langflow
pip install langflow
langflow

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.