getting langflow running on Windows #41
Closed
scott------
started this conversation in
General
Replies: 3 comments
-
Try I actually also saw your issue was solved here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, Scott! You have to use the It seems you are running an outdated version of LangFlow, maybe try running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes I'm all set. 'python -m langflow' did the trick |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after running pip install langflow and watching that complete successfully I try:
C:\Users\Scott>langflow
'langflow' is not recognized as an internal or external command,
operable program or batch file.
I CD into the site-packages langflow_backend and run:
C:\Users\Scott>cd C:\Users\Scott\AppData\Roaming\Python\Python310\site-packages\langflow_backend
C:\Users\Scott\AppData\Roaming\Python\Python310\site-packages\langflow_backend>python main.py
INFO: Started server process [13420]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:5003 (Press CTRL+C to quit)
I click on the link and the page displays:
{"detail":"Not Found"}
What am I missing here :-)
Beta Was this translation helpful? Give feedback.
All reactions