初次学习,没有在python文件里安装pymysql
命令提示符里,进入D:\Programs\Python\Python38\Scripts文件中操作
直接使用pip install pymysql不能直接成功
可以用 pip install pymysql -i (国内源网站) 安装
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
原文链接:https://blog.youkuaiyun.com/weixin_44239541/article/details/88562662