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
two issues were causing troubles with protobuf during runtime:
- a missing `__init__.py` in site-packages/google was preventing to import the lib (at least with Python 2)
- the links options (`-l …`) where not taken into account. By moving
them to LDFLAGS it works correctly.
0 commit comments