3.x uses pip3. Use the following commands in your terminal to install the latest version of the Pinecone Python SDK:
Shell
Shell
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 New: Standard and Enterprise orgs get a one-time $250 bulk import credit (1 TB), valid through August 30, 2026. See details
Resolve install issues for the Pinecone Python SDK: pick the right Python 3.x command, install pinecone or pinecone with gRPC, and upgrade to the latest.
3.x uses pip3. Use the following commands in your terminal to install the latest version of the Pinecone Python SDK:
# If you are connecting to Pinecone via gRPC:
pip3 install -U pinecone[grpc]
# If you are connecting to Pinecone via HTTP:
pip3 install -U pinecone
Was this page helpful?