Common errors
Error: Cannot import name 'Pinecone' from 'pinecone'
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:
console
Solution
Upgrade the SDK version and try again:
Shell
Shell