freeswitch1.10安装中dbutils升级后不支持python2.7,需要安装2.0.3版的dbutils
This commit is contained in:
parent
254ecdc8c7
commit
860768314e
@ -75,10 +75,11 @@ python get-pip.py -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirro
|
|||||||
# 验证pip是否安装成功
|
# 验证pip是否安装成功
|
||||||
pip --version
|
pip --version
|
||||||
# pip安装python组件
|
# pip安装python组件
|
||||||
pip install pydub
|
pip install pydub -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||||
pip install python-ESL
|
pip install python-ESL -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||||
pip install pika
|
pip install pika -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||||
pip install dbutils (python 2.7 is not support dbutils炸裂)
|
pip install DBUtils==2.0.3 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||||
|
# pip install dbutils (python 2.7 is not support dbutils炸裂)
|
||||||
```
|
```
|
||||||
|
|
||||||
## 开始安装
|
## 开始安装
|
||||||
|
Loading…
Reference in New Issue
Block a user