pip升级以及导入模块

升级 pip

python -m pip install --upgrade pip

导入 pymysql

pip install pymysql

原文地址:https://www.cnblogs.com/xiaofeng91/p/11922937.html