ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1

 

安装完ssl库

env LDFLAGS="-L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include" pip install mysqlclient

 

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-01-15
  • 2021-11-04
猜你喜欢
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-05-17
  • 2022-01-23
  • 2022-12-23
相关资源
相似解决方案