Closed JaheimLee closed 2 years ago
When I install lilcom from PyPI, pybind11 can't be downloaded because of that error. Here is the log:
error: downloading 'https://github.com/pybind/pybind11/archive/v2.9.2.tar.gz' failed status_code: 1 status_string: "Unsupported protocol" log: --- LOG BEGIN --- Protocol "https" not supported or disabled in libcurl
But when I execute curl -V, it has https:
curl -V
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3 Release-Date: 2018-01-24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
What operating system are you using?
Can you post the complete logs?
Thanks for your reply! I find the solution here
When I install lilcom from PyPI, pybind11 can't be downloaded because of that error. Here is the log:
But when I execute
curl -V
, it has https: