Skip to content
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] Installation snippet with Poetry and GRPC doesn't work #322

Closed
2 tasks done
GameSetAndMatch opened this issue Mar 13, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@GameSetAndMatch
Copy link
Contributor

Is this a new bug in the Pinecone Python client?

  • I believe this is a new bug in the Pinecone Python Client
  • I have searched the existing issues, and I could not find an existing issue for this bug

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

@GameSetAndMatch GameSetAndMatch added the bug Something isn't working label Mar 13, 2024
GameSetAndMatch referenced this issue Mar 13, 2024
Correction Poetry installation Scripts
@daverigby daverigby mentioned this issue May 1, 2024
7 tasks
@daverigby
Copy link
Contributor

Fixed by #323.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants