現在HomebrewをMacOSに導入しました。
プロキシ環境化の為、
$ ~/.bash_profile
にプロキシ設定を記述しています。
homebrew自体のインストール自体は終了しており、brew doctor
を行ったところ
Warning brew install python
と出ました。
そこで、brew install python
と行ったのですが
$ brew install python Updating Homebrew... ==> Installing dependencies for python: sqlite ==> Installing python dependency: sqlite ==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.30.1.mojave.bottle curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number Error: Failed to download resource "sqlite" Download failed: https://homebrew.bintray.com/bottles/sqlite-3.30.1.mojave.bottle.tar.gz Warning: Bottle installation failed: building from source. ==> Downloading https://sqlite.org/2019/sqlite-autoconf-3300100.tar.gz curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number Error: An exception occurred within a child process:
となりエラーになります。
他のパッケージでも同様にダウンロードエラーが出力されています。
プロキシ環境下なのでプロキシのせいかな?とは思っていますが、回避方法や別の問題であれば解決方法を教えて頂けますと幸いです。