Git Product home page Git Product logo

Comments (5)

ogabrielluiz avatar ogabrielluiz commented on June 12, 2024

@ibiscp Could you take a look at this?

from langflow.

ibiscp avatar ibiscp commented on June 12, 2024

@contemplatorNET Did you create a new environment?

Try this:

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

from langflow.

contemplatorAI avatar contemplatorAI commented on June 12, 2024

the command "source .langflow/bin/activate" did not work I used "..langflow\Scripts\activate" that seems to work.
installing works as well
but when I want to start "langflow" i get an error message again. that the 'fcntl' module is missing. it seems like it is an windows related issue.

File "C:\Users\danie\PycharmProjects\XXX.langflow\Scripts\langflow.exe_main_.py", line 7, in
sys.exit(main())

File "C:\Users\danie\PycharmProjects\XXX.langflow\lib\site-packages\langflow_backend_main_.py", line 51, in main
typer.run(serve)

File "C:\Users\danie\PycharmProjects\XXX.langflow\lib\site-packages\langflow_backend_main_.py", line 45, in serve
from langflow_backend.server import LangflowApplication

File "C:\Users\danie\PycharmProjects\XXX.langflow\lib\site-packages\langflow_backend\server.py", line 1, in
from gunicorn.app.base import BaseApplication # type: ignore

File "C:\Users\danie\PycharmProjects\XXX.langflow\lib\site-packages\gunicorn\app\base.py", line 11, in
from gunicorn import util

File "C:\Users\danie\PycharmProjects\XXX.langflow\lib\site-packages\gunicorn\util.py", line 8, in
import fcntl

ModuleNotFoundError: No module named 'fcntl'

from langflow.

ibiscp avatar ibiscp commented on June 12, 2024

@ogabrielluiz can you try it on your windows machine?

from langflow.

ibiscp avatar ibiscp commented on June 12, 2024

Closing this issue because now it is the same as #25.

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.