0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ubuntuのエラー対処[Could NOT find PROTOBUF Compiler]

Posted at

はじめに

結構前のことなので何かは忘れてしまいましたが、実行時にタイトルにあるエラーが発生しました。

その時にメモしておいた解決方法を記載します。

エラー内容

タイトル通りですが一応。

error
Could NOT find PROTOBUF Compiler

解消するためのコマンド

PROTOBUF Compilerが無いとのことで以下のコマンドを実行することでエラーが解消されました。

solution
$ sudo apt install protobuf-compiler
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?