How To Install Python PyMySQL Client Library In Ubuntu Linux

Veröffentlicht am: 08 Dezember 2018
auf dem Kanal: DevTech Solutions
4,722
67

Python Import Error : No Module Name pymysql

In order to install pymysql which is pure python mysql client library. it Implements the python database db api v2.0 and it is an interface for connecting to Mysql DB database.

In order to install pymysql, first install python3 by
sudo apt-get install python3

then install pip3 by
sudo apt-get install python3-pip

and then install pymysql by
pip3 install pymysql

to check , open python interpreter mode, by
python3

and then run
import pymysql

if it successfully runs and does not throw any error.
You have successfully installed pymysql python3 library in ubuntu linux.


Auf dieser Seite können Sie das Online-Video How To Install Python PyMySQL Client Library In Ubuntu Linux mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer DevTech Solutions 08 Dezember 2018 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 4,722 Mal angesehen und es wurde von 67 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!