Upgraded to Ubuntu 16.04 now MySQL-python dependencies are broken

后端 未结 8 532
误落风尘
误落风尘 2021-01-01 10:26

I just upgraded my Ubuntu install to 16.04 and this seems to have broken my mysql dependencies in the MySQL-python package.

Here is my error message:



        
8条回答
  •  误落风尘
    2021-01-01 10:30

    I ended up finding the solution to my problems with pip install --no-binary MySQL-python MySQL-python as stated in this thread : Python's MySQLdb can’t find libmysqlclient.dylib with Homebrewed MySQL

提交回复
热议问题