1、安装python3环境下的pip3

sudo apt-get install python3-pip

2、使用pip3安装pymysql模块

sudo pip3 install pymysql

Logo

更多推荐