Error: Cannot import name 'Pinecone' from 'pinecone'

no

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt Use this file to discover all available pages before exploring further.

Problem#

When using an older version of the Python SDK (earlier than 3.0.0), trying to import the Pinecone class raises the following error:

ImportError: cannot import name 'Pinecone' from 'pinecone'

Solution#

Upgrade the SDK version and try again:

# If you're interacting with Pinecone via HTTP requests, use:
pip install pinecone --upgrade
# If you're interacting with Pinecone via gRPC, use:
pip install "pinecone[grpc]" --upgrade
Link last verified June 7, 2026. View original ↗
Source: Pinecone Docs
Link last verified: 2026-03-04