1、点击 thonny的工具栏,点击 打开系统shell。
2、在shell里 依次 输入
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set global.trusted-host mirrors.aliyun.com
3、可以在系统shell里 pip install pymysql 也可以管理包里试试。