1
0

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 3 years have passed since last update.

Mac OS X Big SurでTelepresenceのインストールが出来ない問題の解消法

Posted at

事象

$ brew install datawire/blackbird/telepresence

を実行すると、以下のようなエラーが出た

libfuse: Linux is required for this software.
Error: An unsatisfied requirement failed this build.

解消法

こちらにissueがあった
https://github.com/telepresenceio/telepresence/issues/1688

上記issue内にあるコメントでmacFUSEとSSHFSをインストール後に以下で動作したとある

$ brew install datawire/blackbird/telepresence --ignore-dependencies

インストール出来、以下でバージョン確認も出来た

$ telepresence --version
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?