'No module named 'pymysql' problem occurs when using Jupyter to call Mysql Workbench in Anaconda

'No module named 'pymysql' problem occurs when using Jupyter to call Mysql Workbench in Anaconda

The problem of 'No module named 'pymysql' occurs when using Jupyter in Anaconda to call Mysql Workbench

Problem description: When I first learned about the data processing part of python, an error message 'No module named 'pymysql' occurred when calling Mysql Workbench in jupyter.

1. Find the folder where Anaconda is located, enter cmd in the folder to enter command control
Enter cmd directly at the arrow above and click Enter

2. Enter 'conda install pymysql' in the open cmd.
Insert image description here
3. Click Enter and wait for the run
Insert image description here
Insert image description here
. After the installation is successful, restart jupyter and call Mysql Workbench again. (Tips: I am a novice, writing a blog for the first time, so please give me some guidance!)

Guess you like

Origin blog.csdn.net/weixin_45765073/article/details/102935016