You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed pinecone, and it gives me the following error, I saw in Issues that this error had occurred and I uninstalled pinecone and reinstalled it, the same error occurred. Then, I installed a previous version (3.0.0.dev8) and the same error still occurs.
I installed pinecone, and it gives me the following error, I saw in Issues that this error had occurred and I uninstalled pinecone and reinstalled it, the same error occurred. Then, I installed a previous version (3.0.0.dev8) and the same error still occurs.
AttributeError Traceback (most recent call last)
in <cell line: 5>()
3 api_key = os.environ["PINECONE_API_KEY"]
4 environment = os.environ["PINECONE_ENVIRONMENT"]
----> 5 pinecone.init(api_key=api_key, environment=environment)
AttributeError: module 'pinecone' has no attribute 'init'
The text was updated successfully, but these errors were encountered: