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

[Bug]: Unable to package llama-index-llms-groq in requirements.txt #17972

Open
AyushParikh opened this issue Mar 1, 2025 · 4 comments
Open
Labels
bug Something isn't working triage Issue needs to be triaged/prioritized

Comments

@AyushParikh
Copy link

Bug Description

Hello,

I added llama-index-llms-groq to my requirements.txt file and im doing sam build to deploy to AWS but it looks likes the command runs indefinitely trying to package the build.

Version

latest

Steps to Reproduce

add llama-index-llms-groq to requirements.txt
do sam build

Relevant Logs/Tracbacks

@AyushParikh AyushParikh added bug Something isn't working triage Issue needs to be triaged/prioritized labels Mar 1, 2025
@logan-markewich
Copy link
Collaborator

logan-markewich commented Mar 1, 2025

I'm not really sure how to even fix this? I can pip install llama-index-llms-groq just fine locally

Is it maybe related to overall size of your dependencies?

@AyushParikh
Copy link
Author

@logan-markewich is it a dependancy issue?

When i have:

llama-index
llama-index-llms-groq

Its stuck on:
Running PythonPipBuilder:ResolveDependencies

But when I do :

llama-index==0.11.0
llama-index-llms-groq==0.2.0

it seems to be going past this stage now, I want to use latest versions though. what is compatible?

@AyushParikh
Copy link
Author

Seems like build is being created with:

llama-index==0.11.0
llama-index-llms-groq==0.2.0

But can you please let me know latest compatible versions?

@AyushParikh
Copy link
Author

Another issue is that:

llama-index==0.11.0
llama-index-llms-groq==0.2.0

having both of these, the build size is too because of all of the dependancy packages as well so it doesn't even deploy.

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

No branches or pull requests

2 participants