扫码关注官方订阅号
ImportError: libcurl.so.4: cannot open shared object file: No such file or directory 使用的是pip安装的 /usr/lib/ /usr/lib64/ 下面都有libcrul.so 这个模块的
这个问题应该怎么解决??
学习是最好的投资!
应该是没有正确安装libcurl
libcurl
Ubuntu下可以试试
Ubuntu
apt-get install libcurl ln -s /usr/local/lib/libcurl.so.4.1.0 /usr/lib/libcurl.so.4
参考:http://stackoverflow.com/questions/2684224/installing-pycurl-on-centos
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
应该是没有正确安装
libcurlUbuntu下可以试试参考:http://stackoverflow.com/questions/2684224/installing-pycurl-on-centos