【发布时间】:2018-08-23 12:03:16
【问题描述】:
如何通过 pip 安装 twilio?
我尝试安装twilio python 模块
但我无法安装它
我收到以下错误
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.
我已经安装了 anaconda
这是个问题吗?
【问题讨论】:
-
您好 bohyeon,建议将代码和错误以文本形式发布!
-
你是用pip还是conda命令安装twilio?
标签: python module installation twilio