python 安装 twisted 库

pip 安装twisted库需要先安装依赖包,不然报"error: command 'gcc' failed with exit status 1"

# yum install gcc python-devel
# pip install twisted

原文地址:https://www.cnblogs.com/weiok/p/5642125.html