pyenv install -v 3.7
実行後、
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.7... no
checking for python3... python3
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in /tmp/python-build.20190911225031.3812/Python-3.7': configure: error: no acceptable C compiler found in $PATH See
config.log' for more details
これはつまり必要なライブラリがないということですね。
checking forでnoとなっているものを全てインストールするということでしょうか?
関連するものを合わせてインストールできないでしょうか?
gccはわかりますが、それ以外何をインストールしたらよいかわかりません
ーーーーーーーーーーーーーーーーーーーー
zipimport.ZipImportError: can't decompress data; zlib not available
make: *** [install] Error 1
色々インストールして再実行しましたが
こんな感じでエラーです。
そこでさらに以下のコマンド実行
sudo yum install zlib
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Package zlib-1.2.7-17.amzn2.0.2.x86_64 already installed and latest version
Nothing to do
ご教示願います
回答1件
あなたの回答
tips
プレビュー