Closed chaerulilmi closed 3 days ago
Hello @chaerulilmi! I'm here to help you with any bugs, questions, or contributions you have regarding Langflow. Let's work together to solve this issue.
I found some similar issues and discussions that might help you resolve the error you're encountering with Langflow 1.1.0 on Windows 11 using Python 3.12.
Similar Discussions and Issues:
pyproject.toml
file, such as llama-cpp-python
, sentence-transformers
, and others, might resolve the issue [1][2][3].Suggested Solutions:
langflow run
, try running Langflow with:
python -m langflow run
python -m pip install langflow -U
python -m pip install langflow --pre -U --force-reinstall
C:\Users\<username>\.cache\langflow\
on Windows [4].These steps should help you resolve the error and run Langflow successfully.
To continue talking to Dosu, mention @dosu.
@chaerulilmi I encountered the same problem yesterday. This issue https://github.com/langflow-ai/langflow/issues/4698 should be the real cause and solution
PR #4755 fixes this issue
Bug Description
I have got some issue, when i'am running langflow in local server, i run "python -m install langflow==1.1" and i run 'langflow run' but, actually it does'nt going very well. I got some error like this
Any solutions? Thank you
Reproduction
-
Expected behavior
run perfectly when i run langflow version 1.1.0 locally
Who can help?
@italojohnny @ogabrielluiz @nicoloboschi
Operating System
Windows 11
Langflow Version
1.1.0
Python Version
3.12
Screenshot
No response
Flow File
No response