graphvizをbrew経由でインストールしようとしたのですが、以下のエラーが出ました。
Error: python@3.9: the bottle needs the Apple Command Line Tools to be installed. You can install them, if desired, with: xcode-select --install You can try to install from source with: brew install --build-from-source python@3.9 Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.
しかし、Command line toolsはいぜんインストールしていたためおかしいと思い、確認したところ、入っておりました。
以下の方法で確認いたしました。
①sudo xcodebuild -licenseでの確認
Xcode and Apple SDKs Agreementから始まるライセンスが表示されました。
③brew --config
この方法では確認できませんでした。
zsh
1HOMEBREW_VERSION: 3.0.5 2ORIGIN: https://github.com/Homebrew/brew 3HEAD: 8b677c0ddd5f96b5521c1b353a9ca07dfe57b80e 4Last commit: 2 days ago 5Core tap ORIGIN: https://github.com/Homebrew/homebrew-core 6Core tap HEAD: c7e2ccbb9fd30c2782f334d5eeb5fba9a98827ed 7Core tap last commit: 30 minutes ago 8Core tap branch: master 9HOMEBREW_PREFIX: /usr/local 10HOMEBREW_CASK_OPTS: [] 11HOMEBREW_MAKE_JOBS: 8 12Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby 13CPU: octa-core 64-bit kabylake 14Clang: 12.0 build 1200 15Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git 16Curl: 7.64.1 => /usr/bin/curl 17macOS: 11.2.3-x86_64 18CLT: N/A 19Xcode: 12.4
認識されていないのではと思います。
===============追記===================
zsh
1xcode-select --install
にて再インストールして一応は解決したのですが、原因がわからないためもやもやします。
現在Command line toolsが2つ別の場所にインストールされているのではないかや、そもそもどうしてインストールされていたはずのCommand line tools が認識されていなかったのかを解決したいです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。