提示如下:
OSError: mysql_config not found
给出的 proposed solution :
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5'.
pycharm 需要 pip 8.1.1 ,已经更新,应该不是 pip 版本问题。
应该是配置文件 mysql_config 的问题,安装时只提示 not found ,实在不知道怎么解决 T_T
OSError: mysql_config not found
给出的 proposed solution :
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5'.
pycharm 需要 pip 8.1.1 ,已经更新,应该不是 pip 版本问题。
应该是配置文件 mysql_config 的问题,安装时只提示 not found ,实在不知道怎么解决 T_T