Command python setup.py egg_info failed with error code 1问题解决
使用pip安装psutil时有如下报错:Command python setup.py egg_info failed with error code 1解决办法: pip install setuptools==33.1.1然后再安装时又有如下报错:command ‘gcc’ failed with exit status 1解决办法:yum -y install gccyum install gcc libffi-devel python-devel openssl-devel -y
原创
2021-08-10 14:28:43 ·
957 阅读 ·
0 评论