ı have a error #214
|
Loading environment from .env |
Replies: 2 comments 1 reply
|
Install tqdm==4.64.1 with @Hikari-Haru Do you know why we're having this? Is it from some package overriding? |
|
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 |
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