Error: Cannot import name 'Pinecone' from 'pinecone' ↗
noOriginal 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]" --upgradeLink last verified
June 7, 2026.
View original ↗
Source: Pinecone Docs
Link last verified: 2026-03-04