pyenv install x.x.x
をしたら、以下のエラーが出た。
zipimport.ZipImportError: can't decompress data; zlib not available
以下のコマンドを、bashで流したらOKになった。
bash
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install 3.7.2
Go to list of users who liked
More than 3 years have passed since last update.
pyenv install x.x.x
をしたら、以下のエラーが出た。
zipimport.ZipImportError: can't decompress data; zlib not available
以下のコマンドを、bashで流したらOKになった。
bash
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install 3.7.2
Register as a new user and use Qiita more conveniently
Go to list of users who liked