Replies: 3 comments 2 replies
-
Should be fixed by #14188 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. how soon will it be published to pypi.
It still shows the old version (6/14/2024)
pip install llama_index-core==0.10.45
gives this error:
ERROR: pip's dependency resolver does not currently take into account all
the packages that are installed. This behaviour is the source of the
following dependency conflicts. llama-index 0.10.45 requires
llama-index-core==0.10.44, but you have llama-index-core 0.10.45 which is
incompatible.
…On Mon, Jun 17, 2024 at 8:08 AM Christophe Bornet ***@***.***> wrote:
Should be fixed by #14188
<#14188>
—
Reply to this email directly, view it on GitHub
<#14174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOC4M4BCIC2B5RHYWGNS3RTZH33XPAVCNFSM6AAAAABJL6UE6GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOOJVHA4TC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
It's fixed here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
'pip install llama-index-core==0.10.45' did not install the latest files from https://github.com/run-llama/llama_index/tree/main/llama-index-core/llama_index/core/utilities
These two toml files do not match:
https://github.com/run-llama/llama_index/blob/main/llama-index-core/pyproject.toml it shows 0.10.45 version
https://github.com/run-llama/llama_index/blob/main/pyproject.toml it shows llama-index-core = "0.10.44"
Please check.
Beta Was this translation helpful? Give feedback.
All reactions