Home > other >  ModuleNotFoundError: No module named 'PyMySQL
ModuleNotFoundError: No module named 'PyMySQL

Time:12-05

PyMySQL has been successfully installed, but using the import import this module, would prompt "ModuleNotFoundError: No module named 'PyMySQL" without this module, also searched solution in upwards, but doesn't work, please experts advise, thank you

CodePudding user response:

https://blog.csdn.net/hbu_pig/article/details/79984585

CodePudding user response:

reference 1st floor hbu_pig response:
https://blog.csdn.net/hbu_pig/article/details/79984585
thank you! This related to the installation path?

CodePudding user response:

reference 1st floor hbu_pig response:
https://blog.csdn.net/hbu_pig/article/details/79984585
according to your links hint, after joining in the installation path, or I can't

CodePudding user response:

Quote: refer to the third floor rockiezlf response:

If the installation was successful and no error, will are you import the sensitive questions?
It should be: import pymysql
Instead of: import PyMysql

CodePudding user response:

reference 4 floor wudamen response:
Quote: reference rockiezlf reply: 3/f

If the installation was successful and no error, will are you import the sensitive questions?
It should be: import pymysql
Instead of: import PyMysql

Really is the case problem, isn't it officially changed?
  • Related