Skip to content

Is this a new bug in the Pinecone Python client? #286

@Si-za1

Description

@Si-za1
  • I believe this is a new bug in the Pinecone Python Client
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior
I have Pinecone upgraded to v3.0.0 and also installed the GRPC client.

When I run the following command:

pinecone.init(api_key="API_KEY", environment="ENV")

I get the following error:

AttributeError: module 'pinecone' has no attribute 'init'

Expected Behavior
Previously the same code was perfectly running in the Google Colab with no issue. But, today suddenly this issue arrived.

Methods Tried:
When further researching, some searches suggested re-installing the pinecone-client, and installing the v3.0.0, but none of the solutions worked.

Environment

- Google Colab:
- Python: 3.10.12
- pinecone: 3.0.0
-openai: 0.27.7 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions