Skip to content

ı have a error #214

Closed Answered by cherryroots
0ops5 asked this question in Q&A
Mar 8, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

The llama index download loaders have extremely narrow package requirements, so some package we install installs tqdm, but it's 4.65, the loaded reader wants specifically 4.64.1 so it throws. We have thus version specified, but only in the full requirements. So move it from full to base, and add it to the normal requirements

It's this requirements.txt that's throwing up trouble https://github.com/emptycrown/llama-hub/tree/main/loader_hub/remote_depth

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@0ops5
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Kav-K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants