2.pytho2 各种环境安装
pytho2 各种环境安装
- Python2 安装MySQLdb库
python2.exe -m pip install mysqlclient==1.3.12
各种报错,搜索搜索,找到
https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
去下载对应环境版本插件。下载重新安装
python2.exe -m pip install ext\MySQL_python-1.2.5-cp27-none-win_amd64.whl
- Python2 安装 redis
pip install redis
- Python2 安装 requests
pip install requests
- Python2 安装 QyQt5
pip install python-qt5
- Python2 安装beautifulsoap
pip install beautifulsoup4==4.3.2
- Pytho2 安装lxml
pip install lxml
标题:2.pytho2 各种环境安装
作者:jackssybin
地址:https://www.jackssybin.cn/articles/2019/08/04/1564893581000.html