macbook pro 2020(intel)にgraphvizを入れようとしたらエラー吐いたので解決してみた
経緯
vscodeでplantUMLを使おうと思い、拡張機能を入れて遊んでいた際、クラス図でクラスを2個以上作るとエラーを吐いたので解決策としてgraphvizを入れることにしました。
% brew install graphviz
を実行。するとエラーが;;
Updating Homebrew...
fatal: Could not resolve HEAD to a revision
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> New Casks
brooklite simtoolkitpro
==> Updated Casks
Updated 19 casks.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "graphviz".
It was migrated from homebrew/cask to homebrew/core.
==> 似たような名前の式を検索すると...
エラーが発生しました。類似した名前の式は見つかりませんでした。
エラーです。graphviz "という名前の利用可能な数式またはカスクがありません。
homebrew/caskからhomebrew/coreに移行されました。
とのこと
このあと色々やって解決しやした
解決手順
まず以下を実行してみました。
% brew doctor
すると
Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
git -C $(brew --repo homebrew/core) checkout master
だからできんかったのかぁ
早速上の
% git -C $(brew --repo homebrew/core) checkout master
を実行
すると
Updating files: 100% (5827/5827), done.
Branch 'master' set up to track remote branch 'master' from 'origin'.
Already on 'master'
なんかできたっぽいですね
これでまた
% brew install graphviz
を実行したら無事にインストールできました!
Author And Source
この問題について(macbook pro 2020(intel)にgraphvizを入れようとしたらエラー吐いたので解決してみた), 我々は、より多くの情報をここで見つけました https://qiita.com/SEIM-CHAN/items/1e04925e52ba6d2e0f89著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .