0
0

More than 3 years have passed since last update.

pyenvのバージョンインストール時に、「zipimport.ZipImportError: can't decompress data; zlib not available」が出た場合

Posted at
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
0
0
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
0
0