Pythonインストールgrpyio

プロジェクトシーン:

Python環境にgrpyをインストールする

問題の説明:

次のエラーログが表示されます
distutils.errors.CompileError: command 'gcc' failed with exit status 1
pip install fails with "No such file or directory: 'c++': 'c++'"

解決:

sudo yum -y install gcc gcc-c++ kernel-devel
sudo yum -y install python-devel libxslt-devel libffi-devel openssl-devel
pip install cryptography

おすすめ

転載: blog.csdn.net/weixin_43848079/article/details/111308239