Module no base error: no module name pymysql

Geeks, please accept the hero post of 2021 Microsoft x Intel hacking contest>>>

Python 3 connects to MySQL database. Pymsql has been installed. When running to connect to database, it prompts that there is no relevant module. Execute the following command to solve the problem successfully. sudo apt-get install python3-pymysql

Similar Posts: