-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Confluence loader do not find atlassian package #4309
Comments
Hello @rossm-mf! I'm here to help you with any bugs, questions, or contributions. Let's get started! The issue you're encountering is likely due to the
These steps should ensure that the |
@dosu : is there a way to do it without rebuilding the image? |
You can try installing the package directly inside the running Docker container without rebuilding the image. Here’s how you can do it:
This approach should allow you to install the package without needing to rebuild the Docker image. If you encounter any issues, ensure that the package is installed in the correct virtual environment. |
definitly tried that so the problem must be somewhere else |
Hey @rossm-mf there is been a while since Langflow is using uv to admin the dependencies on its code and docker images. So in this case, to install the package pip install uv
~/.local/bin/uv pip install atlassian-python-api |
thank you. that fixed the problem on my hosted version.
However, how can I fix the cloud version on
https://astra.datastax.com/langflow?
…On Tue, Nov 5, 2024 at 9:00 AM João ***@***.***> wrote:
Hey @rossm-mf <https://github.com/rossm-mf> there is been a while since
Langflow is using uv to admin the dependencies on its code and docker
images. So in this case, to install the package atlassian-python-api, you
need to do something like this inside your container deployment:
pip install uv~/.local/bin/uv pip install atlassian-python-api
—
Reply to this email directly, view it on GitHub
<#4309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ6XJNHJTINOSBD5XKI7H43Z7DFRDAVCNFSM6AAAAABQYPQU26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJXGI2TOMJWGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
ROSLANE MOUSSOUNI
ARCHITECTE LOGICIEL - LEAD D'EXPERTISE
SOFTWARE ARCHITECT- EXPERTISE LEAD
T 514 843-8433
Montreal | Paris | Tokyo | New York | Singapour
MOMENTFACTORY.COM
<https://cloud.letsignit.com/collect/bc/64ef7c2cfef0a83e25d07af9?p=tCiw4BQWu8U7qMoWZqvgrCAzP7wQLRjYpgw1IDJmaOSXQqsr8Yi_JYv5BSIGzGjH5B81Iw7TXXMjqOtm8VwhHMZgJoSeY6SRq4DADGvENbeHFSKWS1AE4qRWiPPgTpPj-MwZ2TlBhvZsKVpJaWiEfA==>
|
We are adding it to the requirements and it will be reflected in the upcoming upgrades/ releases of Datastax Langflow. |
Bug Description
Trying to run the Confluence Loader I get this error
Error building Component Confluence:
atlassian
package not found, please runpip install atlassian-python-api
Even used
and I get this
Reproduction
Used the followind docker-compose
Tried to connect to the container and install it but it does seems to make a differents
tried
pip install -U atlassian-python-api
tried
pip install atlassian-python-api
tried
source .venv/bin/activate
then pi installWhen I do pip list I see in the list
Expected behavior
based on this doc it seems to be included https://docs.langflow.org/components-loaders
So I expected the loader to work on the first try. Not sure how I am support to do it
Who can help?
No response
Operating System
Docker container
Langflow Version
1.0.19.post2
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: