Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install langflow package on vercel with git+https://github.com/langflow-ai/langflow.git #5436

Open
polynkoartem397 opened this issue Dec 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@polynkoartem397
Copy link

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 my requirements.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 my requirements.txt file.
Deploy to vercel.
It gives conflict error.

Scenario 2
Add langflow to my requirements.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

@polynkoartem397 polynkoartem397 added the bug Something isn't working label Dec 25, 2024
Copy link

dosubot bot commented Dec 25, 2024

Hello @polynkoartem397! I'm here to help you with any bugs, questions, or contributions. Let's work together to solve the issue you're facing.

To resolve the conflict error or excessive deployment time when trying to install the LangFlow package on Vercel, it is recommended to use the 'uv' package manager instead of pip. You can do this by running the following command:

uv pip install langflow

After installation, you can run Langflow using:

uv run langflow run

This method is recommended due to known delays and compatibility issues with pip installation, particularly with dependency resolution problems involving packages like opentelemetry-proto. This is a temporary workaround until a new release addresses these pip installation issues [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant