zylon-ai / private-gpt

Interact with your documents using the power of GPT, 100% privately, no data leaks
https://privategpt.dev
Apache License 2.0
53.57k stars 7.2k forks source link

error in poetry install --extras "llms-llama-cpp vector-stores-qdrant ui embeddings-huggingface" #2023

Open Cassioneto opened 1 month ago

Cassioneto commented 1 month ago

Pre-check

Description

error of hash pip packages: Hash for nvidia-cusolver-cu12 (11.4.5.107) from archive nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl not found in known hashes (was: sha256:ca74e22bcd84cd0837d76f05ce3cbe6b4da367760e95c4ad91a78b35fb3c8d0e)

Steps to Reproduce

  1. clone or download source for releases
  2. cd to floder code private-gpt-0.5.0
  3. make comand: poetry install --extras "llms-llama-cpp vector-stores-qdrant ui embeddings-huggingface" shot-2024-07-30_02-36-33

Expected Behavior

error to run poetry install --extras "llms-llama-cpp vector-stores-qdrant ui embeddings-huggingface"

Actual Behavior

error to run poetry install --extras "llms-llama-cpp vector-stores-qdrant ui embeddings-huggingface"

Environment

Linux bodhi-7

Additional Information

No response

Version

No response

Setup Checklist

NVIDIA GPU Setup Checklist

jaluma commented 1 month ago

Please update to last changes in main. Also, you're running Python 3.10. Can you upgrade to 3.11?

umarshahid commented 1 month ago

Write the command in your terminal where your environment is activated for all the failed packages:

poetry add package_name@version It will throw a message something like"build not found" pip install build poetry add package_name@version

then run the command below again:

poetry install --extras "llms-llama-cpp vector-stores-qdrant ui embeddings-huggingface"

which ever package you found failed to install you have to install this way.