前提・実現したいこと
どうしても解決できなくて、初めて質問させていただきます。
Centos7にpython3を導入したくて、pyenvを使用してのインストールを試みています。
python自体は入るのですが、warningメッセージが消えません。
発生している問題・エラーメッセージ
Centos
1[root@fs ~]# pyenv install 3.8.2 2Downloading Python-3.8.2.tar.xz... 3-> https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz 4Installing Python-3.8.2... 5WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib? 6Installed Python-3.8.2 to /root/.pyenv/versions/3.8.2
ちなみに、他のpython3.xも同様のwarningが出現します。
試したこと
githubのwikiにある解決法は既に試しています。
https://github.com/pyenv/pyenv/wiki/Common-build-problems
Centos
1[root@fs ~]# sudo yum install @development zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel xz xz-devel libffi-devel findutils 2読み込んだプラグイン:fastestmirror, langpacks 3Loading mirror speeds from cached hostfile 4 * base: ftp.jaist.ac.jp 5 * centosplus: ftp.jaist.ac.jp 6 * epel: nrt.edge.kernel.org 7 * extras: ftp.jaist.ac.jp 8 * nux-dextop: mirror.li.nux.ro 9 * updates: ftp.jaist.ac.jp 10パッケージ zlib-devel-1.2.7-18.el7.x86_64 はインストール済みか最新バージョンです 11パッケージ bzip2-1.0.6-13.el7.x86_64 はインストール済みか最新バージョンです 12パッケージ bzip2-devel-1.0.6-13.el7.x86_64 はインストール済みか最新バージョンです 13パッケージ readline-devel-6.2-11.el7.x86_64 はインストール済みか最新バージョンです 14パッケージ sqlite-3.7.17-8.el7_7.1.x86_64 はインストール済みか最新バージョンです 15パッケージ sqlite-devel-3.7.17-8.el7_7.1.x86_64 はインストール済みか最新バージョンです 16パッケージ 1:openssl-devel-1.0.2k-19.el7.x86_64 はインストール済みか最新バージョンです 17パッケージ xz-5.2.2-1.el7.x86_64 はインストール済みか最新バージョンです 18パッケージ xz-devel-5.2.2-1.el7.x86_64 はインストール済みか最新バージョンです 19パッケージ libffi-devel-3.0.13-18.el7.x86_64 はインストール済みか最新バージョンです 20パッケージ 1:findutils-4.5.11-6.el7.x86_64 はインストール済みか最新バージョンです 21何もしません 22[root@fs ~]#
他にはbzip2,bzip2-develのアンインストールを試してみましたが、意味なしでした。
補足情報
もう1台ある別のCentOs7で、全く同様のことをしたら問題なくインストールできたので、大変疑問です。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/20 01:25