pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
296 stars 79 forks source link

[Bug] Installation snippet with Poetry and GRPC doesn't work #322

Closed GameSetAndMatch closed 5 months ago

GameSetAndMatch commented 7 months ago

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

poetry add pinecone --extras grpc

Could not find a matching version of package pinecone

Environment

- OS:Ubuntu 23.10
- Python:3.11.8
- pinecone: 3.1.0

Additional Context

No response

daverigby commented 5 months ago

Fixed by #323.