You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the README.md instructions and ran pip install -r requirements.txt, which resulted in the following error:
ERROR: Cannot install -r requirements.txt (line 12), -r requirements.txt (line 18) and numpy==1.25.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.25.2
llama-cpp-python 0.1.77 depends on numpy>=1.20.0
numba 0.57.1 depends on numpy<1.25 and >=1.21
The text was updated successfully, but these errors were encountered:
I'm following the README.md instructions and ran
pip install -r requirements.txt
, which resulted in the following error:The text was updated successfully, but these errors were encountered: