Hello, I am facing the same kind of error:
AttributeError: module ‘pinecone’ has no attribute ‘init’
This error suddenly popped up today when I was re-running the same old code which was running perfectly fine till yesterday evening, in the Google Colab.
The solutions which I tried to resolve my error are:
Uninstalling the pinecone-client via pip command
Re-installing the pinecone-client[grpc] via pip command
Uninstalling the pinecone-client
Re-installing the pinecone-client==3.0.0
Till now, none of the above solutions worked for me.
Is there anything that has been changed, that I need to address while installing or uninstalling the pinecone?