问题描述
1、pip安装pymysql后显示"module ImportError: No module named "(即没有那个模块)
2、显示"#[AttributeError: module 'pip' has no attribute 'main']
以下是从网上搜的解决办法的汇总
进入file->setting->project->project interpreter
按右边的“+”主动添加pymysql,再点击下面的install就可以
若出现[AttributeError: module 'pip' has no attribute 'main']的问题,请参考以下,若无请自动跳过
修改代码函数部分
更改以上四个部分,保存并退出
可能当再次去执行install命令时,可能会出现:
错误:name pip is not defined
再次在命令行执行
pip install pymysql