question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[export-neptune-to-elasticsearch] cannot import name 'builder' from 'google.protobuf.internal'

See original GitHub issue

When running latest cloudformation template for export-neptune-to-elasticsearch I got this error:

Runtime.ImportModuleError: Unable to import module 'kinesis_to_elasticsearch': cannot import name 'builder' from 'google.protobuf.internal' (/var/task/google/protobuf/internal/__init__.pyc)
Traceback (most recent call last):

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
xD3CODERcommented, Jul 1, 2022

Hey @triggan, any update on this ?

1reaction
triggancommented, Aug 5, 2022

This fixed as been deployed and the new lambda packages (with the back-revved aws-kinesis-agg library) have been deployed to all supported regions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: cannot import name 'builder' from 'google.protobuf ...
Follow these steps: Install the latest protobuf (in my case is 4.21.1). pip install protobuf. Copy builder.py from .
Read more >
ImportError: cannot import name 'builder' from 'google.protobuf ...
https://stackoverflow.com/questions/71759248/importerror-cannot-import-name-builder-from-google-protobuf-internal.
Read more >
importerror: cannot import name 'builder' from ... - You.com
Follow these steps: Install the latest protobuf (in my case is 4.21.1) pip install protobuf. Copy builder.py from ...\Lib\site-packages\google\protobuf\internal ...
Read more >
Protobuf missing file on Tensorflow Object Detection API ...
I'm trying to install the Tensorflow Object Detection API by ... import builder as _builder ImportError: cannot import name 'builder'.
Read more >
How to fix this Import error problem when training a model in ...
from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found