-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How am I supposed to install new pip packages? #4594
Comments
Hey @espogian! I'm here to help you out with any bugs, questions, or contributions you have for Langflow. Let's get to the bottom of this together. To install new pip packages in a Langflow Docker setup, you should modify the
This method ensures that the |
There is a simple way:
|
Thank you, this Dockerfile solved my issue:
|
Bug Description
I'm using langflow with Docker Compose. I have tried to create a custom model which leverages the Python module
transformers
, but the front-end is always throwing back an error ofmodule not found
, even after installation throughpip install transformers
.Reproduction
docker compose up -d --build
tranformers
):Expected behavior
Langflow web interface throws back the following error:
Who can help?
No response
Operating System
macOS Sequoia 15.1
Langflow Version
1.1.0
Python Version
3.12
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: