error: failed to run custom build command for openssl-sys v0.9.71
解决
windows :
openssl 不要选Light版
设置环境变量
cmd: set OPENSSL_DIR=“C:\Program Files\OpenSSL-Win64”
OPENSSL_DIR:C:\Program Files\OpenSSL-Win64
linux:
sudo apt install libssl-dev
参考:
https://zhuanlan.zhihu.com/p/138180011