Can't install langflow package on vercel with git+https://github.com/langflow-ai/langflow.git
#5436
Labels
bug
Something isn't working
Bug Description
Hi Team.
I have developed a simple chatbot by using LangFlow and trying to deploy it to vercel.
I added
git+https://github.com/langflow-ai/langflow.git
to myrequirements.txt
file and deployed on vercel.But it gave me conflict error.
So I replaced it into
langflow
in my requirements.txt file, then it is taking too much time without success.How to figure this out?
Thanks
Reproduction
Scenario 1
Create a simple python app and add
git+https://github.com/langflow-ai/langflow.git
to myrequirements.txt
file.Deploy to vercel.
It gives conflict error.
Scenario 2
Add
langflow
to myrequirements.txt
Deploy to Vercel.
It it taking too much time without success
Expected behavior
It should be installed
Who can help?
No response
Operating System
Windows
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: