安裝的時候報錯 The directory '/Users/wangxiaobo/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/wangxiaobo/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting MySQL-Python Downloading files.pythonhosted.org/packages/a5… (108kB) 100% |████████████████████████████████| 112kB 124kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/tmp/pip-install-ugjokvvy/MySQL-Python/setup.py", line 13, in from setup_posix import get_config File "/private/tmp/pip-install-ugjokvvy/MySQL-Python/setup_posix.py", line 2, in from ConfigParser import SafeConfigParser ModuleNotFoundError: No module named 'ConfigParser'python
----------------------------------------
複製代碼
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-ugjokvvy/MySQL-Python/mysql
在網上查了好多方法都無論用 最後用這個裝成功了 若是不報錯了用 sudo pip3 list 檢查一下有沒有PyMySQL包 有了證實安裝成功了。 sudo python3 -m pip install pymysqlsql