On 12/10/2019 9:03 AM, Hongyi Zhao via curl-library wrote:
I use pipenv to install pycurl for my project:$ pipenv install pycurl Then when I run the project, I meet the following error: ------- $ speed-check.sh Traceback (most recent call last): File "/root-share/home/distro-desktop/software/anti-gfw/socks5/socks5-haproxy/speed-check/pycurl-myhomura.py", line 8, in <module> import pycurl ImportError: pycurl: libcurl link-time version (7.64.0) is older than compile-time version (7.65.3) ------------- I'm using Debian 10, and the curl is installed from repo with the followng info: ------------ $ curl --version curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3 Release-Date: 2019-02-06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp 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 -------------- Any hints for solve this issue?
I suggest ask pycurl people about that, https://github.com/pycurl/pycurl/issues
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
