[PYTHON] I have a question. Unable to make protocol buffers on raspberry pi 3 modelB.

In order to recognize images with Raspberry Pi, "protocolbuffers" are installed based on Qiita's posts. I get an error with "./configure". After that, I am trying to "make", but I get "make: *** target not specified, makefile not found. Cancel." And I cannot proceed. Can anyone please tell me the solution? Posted by: https://qiita.com/kobayuta/items/59c7b84caf8994071357

The following error code: $ cd protobuf-3.7.1 $ ./configure checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking target system type... armv7l-unknown-linux-gnueabihf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1000' is supported by ustar format... yes checking whether GID '1000' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in /home/pi/protobuf-3.7.1': configure: error: no acceptable C compiler found in $PATH See config.log' for more details $ make make: *** No target specified and no makefile found. Abort. $

Recommended Posts

I have a question. Unable to make protocol buffers on raspberry pi 3 modelB.
I tried to make a traffic light-like with Raspberry Pi 4 (Python edition)
I talked to Raspberry Pi
I want to disable interrupts on Raspberry Pi (≒ DI / EI)
I tried to automate [a certain task] using Raspberry Pi
I tried to make a motion detection surveillance camera with OpenCV using a WEB camera with Raspberry Pi
I have a question about whitespace
I made a web server with Raspberry Pi to watch anime
Install a tact switch on the Raspberry Pi to make daily "Good morning Yosoro !!" tweets comfortable
About the error I encountered when trying to use Adafruit_DHT from Python on a Raspberry Pi
I have a question! (Python, django) Easy
Make a wash-drying timer with a Raspberry Pi
I tried to make a Web API
How to install NumPy on Raspberry Pi
I installed OpenCV-Python on my Raspberry Pi
Make a thermometer with Raspberry Pi and make it visible on the browser Part 3
I tried to make a translation BOT that works on Discord using googletrans
I tried to create a button for Slack with Raspberry Pi + Tact Switch
How to make a Raspberry Pi that speaks the tweets of the specified user
I want to make matplotlib a dark theme
Build a Django environment on Raspberry Pi (MySQL)
Try using a QR code on a Raspberry Pi
I want to make a game with Python
Make DHT11 available on Raspberry Pi + python (memo)
I read "How to make a hacking lab"
Connect to MySQL with Python on Raspberry Pi
I tried to make a ○ ✕ game using TensorFlow
Build a Python development environment on Raspberry Pi
Control music playback on a smartphone connected to Raspberry Pi 3 and bluetooth with AVRCP
When I tried to do socket communication with Raspberry Pi, the protocol was different
I tried to make a "fucking big literary converter"
It's getting cold, so I tried to make it possible to turn on / off the AC heater automatically with Raspberry Pi!
I want to find a popular package on PyPi
[Python] I want to make a nested list a tuple
Output to "7-segment LED" using python on Raspberry Pi 3!
Make a note of what you want to do in the future with Raspberry Pi
A story about trying to use cron on a Raspberry Pi and getting stuck in space
pigpio on Raspberry pi
Cython on Raspberry Pi
How to make a multiplayer online action game on Slack
I want to make a blog editor with django admin
Detect "temperature (using A / D converter)" using python on Raspberry Pi 3!
I want to make a click macro with pyautogui (desire)
I made a resource monitor for Raspberry Pi with a spreadsheet
I want to make a click macro with pyautogui (outlook)
I made a surveillance camera with my first Raspberry PI.
I tried to make a stopwatch using tkinter in python
I want to make input () a nice complement in python
I tried to make a simple text editor using PyQt
I sent the data of Raspberry Pi to GCP (free)
How to upload a file to Cloud Storage using Python [Make a fixed point camera with Raspberry PI # 1]
How to make Python 3.x and 2.x coexist on Mac (I also included opencv as a bonus)
[Python] I tried to make a simple program that works on the command line using argparse.