You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pinecone-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinecone-client

Pinecone client (DEPRECATED)

6.0.0
pipPyPI
Maintainers
1

Pinecone Python Client (DEPRECATED)

The official Pinecone python package has been renamed from pinecone-client to pinecone. To upgrade, please remove pinecone-client from your project dependencies and then add the pinecone package to get the latest updates.

WARNING: Failure to remove pinecone-client before installing pinecone can lead to confusing interactions between the two packages.

Upgrade steps

pip uninstall pinecone-client
pip install pinecone

Or, if you are using grpc:

pip uninstall pinecone-client
pip install "pinecone[grpc]"

For info on code changes that may impact you, see Release Notes and Upgrading

  • pinecone on PyPI
  • Source on Github

Keywords

Pinecone

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts