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
What runtime / compiler are you using (e.g., python version or gcc version)
$ python --version
Python 3.7.0
$ gcc --version
gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
What did you do?
I downloaded protobuf 3.6.1 and tried to build Python package.
$ wget -O protobuf.tar.gz https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-python-3.6.1.tar.gz && tar xvf protobuf.tar.gz
$ cd protobuf-3.6.1
$ ./autogen.sh && ./configure
$ make && make install && ldconfig
$ cd python
$ python setup.py build --cpp_implementation
What version of protobuf and what language are you using?
Version: 3.6.1
Language: Python3
What operating system (Linux, Windows, ...) and version?
QEMU-emulated ARM docker image (on x86 linux host). resin/raspberrypi3-python:3.7-stretch
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
I downloaded protobuf 3.6.1 and tried to build Python package.
But this fails with
You can try with this dockerfile.
What did you expect to see
Python protobuf package with
--cpp_implementation
What did you see instead?
Build failure.
The text was updated successfully, but these errors were encountered: