House Brew Install Python 3.6.5_1の使用方法


3

次を実行してHomebrewを使用してPython 3.6.5_1をインストールしようとしています:

$ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb

次のエラーが表示されます。

Error: python contains a recursive dependency on itself: python depends on sphinx-doc sphinx-doc depends on python

どのように対処しますか?


回答:


3

以下を使用できます--ignore-dependencies

brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.