We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the README doc about installing with Poetry and GRPC, it misses the -client suffix, resulting in an error.
Right here: https://github.com/pinecone-io/pinecone-python-client?tab=readme-ov-file#initializing-the-client
Just change
poetry add pinecone --extras grpc
with
poetry add pinecone-client --extras grpc
Installation of pinecone-client with GRPC working
in any poetry environment, just try to install using this command poetry add pinecone --extras grpc
poetry add pinecone --extras grpc Could not find a matching version of package pinecone
- OS:Ubuntu 23.10 - Python:3.11.8 - pinecone: 3.1.0
No response
The text was updated successfully, but these errors were encountered:
Update README.md
5661f9d
Correction Poetry installation Scripts
Fixed by #323.
Sorry, something went wrong.
No branches or pull requests
Is this a new bug in the Pinecone Python client?
Current Behavior
In the README doc about installing with Poetry and GRPC, it misses the -client suffix, resulting in an error.
Right here: https://github.com/pinecone-io/pinecone-python-client?tab=readme-ov-file#initializing-the-client
Just change
poetry add pinecone --extras grpc
with
poetry add pinecone-client --extras grpc
Expected Behavior
Installation of pinecone-client with GRPC working
Steps To Reproduce
in any poetry environment, just try to install using this command
poetry add pinecone --extras grpc
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: