通过pip安装twilio的方法

2024-09-26 18:04:45 发布

您现在位置:Python中文网/ 问答频道 /正文

如何通过pip安装twilio?在

我试图安装twiliopython模块

但我不能安装它

我有以下错误

no Module named twilio

安装twilio时

pip install twilio

我得到以下错误。在

pyopenssl 18.0.0 has requirement six>=1.5.2, but you'll have six 1.4.1 which is incompatible.Cannot uninstall 'pyOpenSSL'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

我得到了答案并安装了

pip install --ignore-installed twilio

但我有以下错误

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/pytz-2018.5.dist-info' Consider using the `--user` option or check the permissions.

我安装了水蟒

这是个问题吗?在


Tags: 模块installpipinstalledthetonowhich
2条回答

步骤1:下载python-2.7.15.msi

第2步:安装,如果您的系统在安装时没有将Python添加到您的路径中 “将python exe添加到路径”

第三步:转到系统的C:\Python27\Scripts

步骤4:在命令提示符C:\Python27\Scripts>;pip install twilio

步骤5:安装完成后>;python命令行 进口斜纹布 打印(斜纹版)

第六步:如果你得到了版本…你就完了

作为快速工作区,您可以使用:

sudo pip install  ignore-installed twilio

相关问题 更多 >

    热门问题