Python 3.7, Failed building wheel for MySql-Python

前端 未结 11 1483
忘了有多久
忘了有多久 2020-12-14 08:53

I am new to python and I am trying django framework that involves some MySql and ran into this error when try to do pip install mysqlclient and down the lines o

11条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-14 08:57

    I installed it with the following command and works well now (on Mac): LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient

    see connected answer: Error installing mysql-python: library not found for -lssl

提交回复
热议问题