我正在尝试使用以下命令在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
答案 0 :(得分:0)
您可能需要安装命令行工具
xcode-select --install