UbuntuにPythonモジュールをインストールするときにエラーが発生しました

Pythonのpsutilモジュールをインストールすると、「エラー:コマンド 'x86_64-linux-gnu-gcc'が終了ステータス1で失敗しました」というエラーが報告され、Pythonのヘッダーファイルがない、つまりシステムがpython開発パッケージをインストールしないというプロンプトが表示されます。インストールするだけです。

$ sudo pip install psutil
[ sudo] password for richard: 
Downloading/unpacking psutil
 Downloading psutil-2.2.1.tar.gz (223kB): 223kB downloaded
 Running setup.py (path:/tmp/pip_build_root/psutil/setup.py) egg_info forpackage psutil
    
 warning: no previously-included files matching '*' found under directory 'docs/_build'
Installing collected packages: psutil
 Running setup.py install for psutil
 building '_psutil_linux' extension
 x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSUTIL_VERSION=221-I/usr/include/python2.7-c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
 psutil/_psutil_linux.c:12:20: fatal error: Python.h: No such file or directory
  # include <Python.h>^
 compilation terminated.
 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
 Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-t0gEEe-record/install-record.txt --single-version-externally-managed --compile:
 running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pswindows.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/__init__.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-x86_64-2.7/psutil
running build_ext
building '_psutil_linux' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/psutil
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSUTIL_VERSION=221-I/usr/include/python2.7-c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:12:20: fatal error: Python.h: No such file or directory
 # include <Python.h>^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/psutil/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-t0gEEe-record/install-record.txt --single-version-externally-managed --compile failed with error code 1in/tmp/pip_build_root/psutil
Storing debug log for failure in/home/richard/.pip/pip.log

$ sudo apt-get install python-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
 libexpat1-dev libpython-dev libpython2.7-dev python2.7-dev
The following NEW packages will be installed:
 libexpat1-dev libpython-dev libpython2.7-dev python-dev python2.7-dev
0 upgraded,5 newly installed,0 to remove and 17 not upgraded.
Need to get22.4 MB of archives.
After this operation,35.1 MB of additional disk space will be used.
Do you want to continue?[Y/n] Y
Get:1 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libexpat1-dev amd64 2.1.0-4ubuntu1 [115 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libpython2.7-dev amd64 2.7.6-8[22.0 MB]
Get:3 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7,078 B]
Get:4 http://cn.archive.ubuntu.com/ubuntu/ trusty/main python2.7-dev amd64 2.7.6-8[269 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1,166 B]
Fetched 22.4 MB in 42s (527 kB/s)                                              
Selecting previously unselected package libexpat1-dev:amd64.(Reading database ...372107 files and directories currently installed.)
Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1)...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../libpython2.7-dev_2.7.6-8_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.6-8)...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3)...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../python2.7-dev_2.7.6-8_amd64.deb ...
Unpacking python2.7-dev (2.7.6-8)...
Selecting previously unselected package python-dev.
Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python-dev (2.7.5-5ubuntu3)...
Processing triggers for doc-base (0.10.5)...
Processing 1 added doc-base file...
Processing triggers for man-db (2.6.7.1-1ubuntu1)...
Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1)...
Setting up libpython2.7-dev:amd64 (2.7.6-8)...
Setting up libpython-dev:amd64 (2.7.5-5ubuntu3)...
Setting up python2.7-dev (2.7.6-8)...
Setting up python-dev (2.7.5-5ubuntu3)...
richard@richard-Dell-System:~$ sudo pip install psutil
Downloading/unpacking psutil
 Downloading psutil-2.2.1.tar.gz (223kB): 223kB downloaded
 Running setup.py (path:/tmp/pip_build_root/psutil/setup.py) egg_info forpackage psutil
    
 warning: no previously-included files matching '*' found under directory 'docs/_build'
Installing collected packages: psutil
 Running setup.py install for psutil
 building '_psutil_linux' extension
 x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSUTIL_VERSION=221-I/usr/include/python2.7-c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
 x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2-g -fstack-protector --param=ssp-buffer-size=4-Wformat -Werror=format-security build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o -o build/lib.linux-x86_64-2.7/_psutil_linux.so
 building '_psutil_posix' extension
 x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7-c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
 x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2-g -fstack-protector --param=ssp-buffer-size=4-Wformat -Werror=format-security build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.linux-x86_64-2.7/_psutil_posix.so
    
 warning: no previously-included files matching '*' found under directory 'docs/_build'
Successfully installed psutil
Cleaning up...
$ sudo pip install psutil

Recommended Posts

UbuntuにPythonモジュールをインストールするときにエラーが発生しました
ubuntu18用のpython3.7のインストールに関する詳細なチュートリアル
Ubuntu14.04にPython3をインストールします
Ubuntu16.04にPython3をインストールします
UbuntuにPython3.7をインストールする
Ubuntu 18.04LTSにPython3.7をインストールします
Ubuntuにyii2advancedをインストールするときに発生する落とし穴
Ubuntu18.04にPython3.8をインストールする方法
Ubuntu18.04にPython仮想環境をインストールします
UbuntuにTensorFlow(python2.7バージョン)をインストールします
Python3モジュール
Ubuntuに最新のPython3.6バージョンをインストールします
pythonにdjangoモジュールをインストールする方法
Ubuntu16.04にCUDA9.0をインストールするための詳細なチュートリアル
Ubuntu20.04 ubuntu / focal64にPython2をインストールする方法
Ubuntu18.04にphpMyAdminをインストールするための詳細なチュートリアル
python3およびnginxプロジェクトをubuntu18.04にデプロイします
python3を使用してubuntuに3番目をインストールします
Ubuntu18.04ですべてのPythonライブラリをアップグレードする方法
Ubuntu16アップグレードPython3
ubuntu18.04インストールpython2
ubuntuを再学習します--python3
Ubuntu18.04にVMwareToolsをインストールする問題を解決します
ubuntu12.04インストールpython3
Ubuntu16.04でNginxのマップモジュールを使用する方法
UbuntuでPython3を楽しくプレイする方法
ubuntuのランプ
[練習] Ubuntuシステムにpython3.6をインストールする方法
Ubuntu16.04にMongodbをインストールする最新の方法
ubuntu18.04インストールpython
Ubuntu16.04のNginxにロギングモジュールを追加する方法
ubuntuインストールエラー
Ubuntu19にTheanoをインストールする問題を解決します
Pythonレッスン37-モジュール
ubuntu16.04アップグレードpython2
Ubuntu14.04のNginxにgzipモジュールを追加する方法
ubuntuインストール時の黒い画面の解決策(3種類)
Ubuntu18.04スイッチPythonバージョン
ubuntu18にvscodeをインストールします
UbuntuにRedisをインストールする
Python3組み込みモジュールの使用法
ubuntu20にR4をインストールします
Ubuntu18.04にnvtopをインストールします
Ubuntu18.04にpostgresql-10をインストールします
Ubuntu16.04にpython3.6をインストールします
ubuntu構成python、赤
Ubuntuにdockerをインストールする
Ubuntu16.04スイッチpythonバージョン
UbuntuでのPythonMySQLd
ubuntu18.04にDockerをインストールします
Ubuntu16にnodejs10をインストールします
[python] ubuntuの下のpython2とpython3
Ubuntu14.04にmysqlをインストールします
UbuntuにDjangoをインストールします
Ubuntu16.04にPytorch + CUDAをインストールします
Python仮想環境:Ubuntu16.04
Python3外部モジュールの使用
Ubuntu18にrJavaをインストールします
UbuntuにJDK10 +をインストールする
Ubuntuにpythonをインストールする
pythonのPrettytableモジュール