LoginSignup
1
2

More than 5 years have passed since last update.

Mac の pyenv で 2 系を入れるときに checksum エラーが起きたときの対処法

Posted at
pyenv install 2.7.7

すると, checksum のエラーが出た.

checksum mismatch: setuptools-4.0.tar.gz (file is corrupt)

元々入れていた pyenv の version が古かったようだ.

Can't install python 2.7.2 on OS X 10.10 (Build Failed Problem - setuptools checksum fails) · Issue #203 · yyuu/pyenv

pyenv を upgrade する.

brew update
brew upgrade pyenv

再度インストール

pyenv install 2.7.7
1
2
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
2