pip安装psutil模块时候报错:yum install python-devel mysql-devel zlib-devel openssl-devel

yum install python-devel mysql-devel zlib-devel openssl-devel

  

[root@localhost software]# pip install psutil
Collecting psutil
Using cached psutil-2.2.1.tar.gz
Installing collected packages: psutil
Running setup.py install for psutil
Successfully installed psutil-2.2.1

  

pip如何安装请参考上篇博客:

http://www.cnblogs.com/xiaoit/p/4547171.html

上一篇:C++ mem_fun 和 mem_fun_ref 的用法


下一篇:Android中MenuInflater实例