python2 and python3 error: No module named 'MySQLdb' "

 

python2 

yum the install Python -devel MySQL-devel - Y 
yum the install Python -pip - Y 
PIP the install MySQL - Python 

to python3 
MySQLdb only supports Python2, 3. does not support. 
may be replaced with PyMySQL

 

 

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/jimmyTang-J/p/11842020.html