Python error when importing pinecone

I’m ‘first day’ new to this. I’m attempting to follow some examples online, but I keep running into the following error whenever I include ‘import pinecone’ into my script:

TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:

  1. Downgrade the protobuf package to 3.20.x or lower.
  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

More information: Changes made on May 6, 2022 | Protocol Buffers Documentation

Any ideas?

Hi @rdockmiller, and sorry for the late reply. I’m wasn’t able to reproduce your issue with the latest grpc client. If this issue persists for you, please reopen this issue.