美文网首页
mac安装mysqlclient报错解决方法

mac安装mysqlclient报错解决方法

作者: ljwheyxy | 来源:发表于2020-01-20 14:40 被阅读0次

    报错:error: command 'clang' failed with exit status 1
    解决:
    设置 ssl 路径后安装:

    LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient
    

    相关文章

      网友评论

          本文标题:mac安装mysqlclient报错解决方法

          本文链接:https://www.haomeiwen.com/subject/uvujzctx.html