python3 virtualenv中的mysqlclient安装失败(Mac OS)

时间:2020-02-27 00:36:55

标签: mysql python-3.x

我正在尝试使用以下命令在python3 virtualenv中安装mysqlclient:

pip3 install mysqlclient

这是我得到的错误:

  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for mysqlclient

lssl到底是什么?我尝试了brew install lssl,但没有类似的东西存在。 希望在此方面获得帮助:(

注意:我使用的是python3.6.5

1 个答案:

答案 0 :(得分:0)

您可能需要安装命令行工具

xcode-select --install