-
Notifications
You must be signed in to change notification settings - Fork 123
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
bug: qdrant using poetry #680
Comments
hi @vikyw89 could you please provide more details on your environment and the commands you ran to install qdrant-client? I've tried this commands: it worked and installed |
I'm on ubuntu 24 The command was:
I managed to install it by specifying the grpcio-tools version Also why are you using pyenv and venv and poetry all at the same time ? |
it normally should not crush with this error, maybe you have some other dependencies which led to this error (due to the version resolution) in order to investigate it, we could start with the python version you're using and the list of dependencies (the other requirements in your |
that's just the matter of taste |
Will you get a nested env with those long command line ? I'll send my .toml tomorrow, Dependency management in python is so problematic |
no, it results in a regular env |
I run into the same issue whether installing qdrant_client or langchain-qdrant. Command: Interestingly enough, the first thing it tries to do is try to downgrade the version of protobuf and grpcio-tools for some reason:
Env detailsMac OS Python 3.12.3 Poetry project dependencies: uvicorn = "^0.23.2" |
Same stuff. |
trigger, install qdrant using poetry
poetry add qdrant_client
error:
Note: This error originates from the build backend, and is likely not a problem with poetry but with grpcio-tools (1.48.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "grpcio-tools (==1.48.2)"'.
The text was updated successfully, but these errors were encountered: