pip install mysql-python fails with EnvironmentError: mysql_config not found

后端 未结 21 2524
广开言路
广开言路 2020-11-22 15:58

This is the error I get

(mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python
Downloading/unpacking mysql-python
  Do         


        
21条回答
  •  攒了一身酷
    2020-11-22 16:23

    if you install MySQL-python in your virtual env, you should check the pip version, if the version is older than 9.0.1, please update it

    pip install --upgrade pip
    

提交回复
热议问题