Import "pinecone" could not be resolved Pylance(reportMissingImports)

After installing pinecone with this: pip3 install pinecone-client, and I started to write import pinecone in Visual Studio Code, it is underlying with this error: Import “pinecone” could not be resolved Pylance(reportMissingImports) [Ln 1, Col 8]
Can you help me with this?
I want to upload to pinecone database and this error make me angry