-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Install issue]: Can't install on Python 3.12.0 #1410
Comments
Just checked other Python versions... this seems to be resolved in Python 3.11.5 (latest available for 3.11):
|
@brunobraga, pulsar-client support for 3.12 is coming out soon - apache/pulsar-client-python#160 |
I have the same problem in 3.12. how do I install chromadb? May I request to reopen this issue? |
Has this been solved for 3.12? or do we have to downgrade to 3.11 or 3.10 to use chromadb? |
@mzn723, not yet. We still have a few upstream dependencies which are holding us back from upgrading to 3.12 |
@tazarov I think that @brunobraga still has a good point. If chromadb depends on python 3.11.x then that ought to be specified in the dependencies file. That would solve this issue because people trying to install on 3.12 would see that it's not possible before going through all of this trouble. |
exactly. this is the problem.
if langchain has got certain dependencies, it should list them accordingly
and the pip should have rejected the entire langchain installation,when I
tried with 3.12
this whole process is totally cumbersome.
…On Sat, 16 Dec 2023 at 07:33, Chris ***@***.***> wrote:
@tazarov <https://github.com/tazarov> I think that @brunobraga
<https://github.com/brunobraga> still has a good point. If chromadb
depends on python 3.11.x then that ought to be specified in the
dependencies file. That would solve this issue because people trying to
install on 3.12 would see that it's not possible before going through all
of this trouble.
—
Reply to this email directly, view it on GitHub
<#1410 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALS6KGGH75XL7WWOLDPEXZ3YJTM53AVCNFSM6AAAAAA7QSBFUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYGYYDQMJXGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
i am having the same problem and i dont know how to solve it, any idea here ? |
@AhmedOmarYounusShahhat can you roll down to python |
@jeffchuber i am trying to make a demo for bussines use case with chromadb, unfortunally i can not roll down to python 3.11 as we have a lot of other libraries in the env and we do not want to risk this, i think having sentence-transformor as hard request will make it really tough for startups and bussines to use chromadb. |
I found onnixruntime hasn't released 3.12 supported version yet microsoft/onnxruntime#17842 |
What happened?
Starting from the original Python download, on a brand new virtual environment, I get as
ResolutionImpossible
error.If locked Python version (e.g. 3.10) is a dependency, you should specify this in the package documentation.
Related issue (Python 3.11, not sure this is already resolved either): #163
Versions
Windows 10
Python 3.12.0
Chroma (latest: 0.4.17)
Relevant log output
The text was updated successfully, but these errors were encountered: