pycham中报:ModuleNotFoundError: No module named 'pymysql'

Reference https://www.cnblogs.com/wupeiqi/articles/5713330.html

        https://pypi.python.org/pypi

        # D:\Program Files\Python35\Scripts

         pip3 install pymysql   

# If you can not install it: After pip command set their own collection source (-i + url)

pip install pymysql -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

        Download Local #

        # Extract to perform directory

        # Python2, no default command pip

        # Python3, the default command comes pip3 upgrade python3 -m pip install --upgrade pip

If the pycham Daily News: ModuleNotFoundError: No module named 'pymysql'

It is as follows:

https://www.cnblogs.com/ly-520/archive/2019/06/13/11015685.html

Guess you like

Origin www.cnblogs.com/dbslinux/p/11307481.html