安装完成后,你可以通过运行以下命令来验证curl-config是否已成功安装: bash curl-config --version 如果curl-config成功安装,你将看到curl的版本信息。 总结 以上步骤概述了在Linux上手动安装curl-config的过程。请注意,这些步骤可能需要管理员权限,因此在执行make install等需要写入系统目录的命令时,你可能需要使用sudo...
configure() File "/tmp/pip-build-root/pycurl/setup.py", line 100, in configure_unix raise ConfigurationError(msg) __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory Complete output from command python setup.py egg_info: Traceback (most recent ...
到"curl-config"这个文件,网上查下发现是因为CentOS自带的curl版本过低, ok升级一下curl版本,这里选取与pycurl相同的版本,后来发现版本就算不同也是可以的 升级安装curl wgethttps://curl.haxx.se/download/curl-7.43.0.tar.gztar-xf curl-7.43.0.tar.gz cd curl-7.43.0./configuremake&&makeinstallvi/etc/prof...
sh: curl-config: command not found Traceback (most recent call last): File "setup.py", line 90, in <module> raise Exception, ("`%s' not found -- please install the libcurl development files" % CURL_CONFIG) Exception: `curl-config' not found -- please install the libcurl development ...
{代码...} 怎么解决?安装下面的依赖即可 {代码...} 如果使用的是官方镜像,比如 python:3.10-bookworm,那么 libcurl4-openssl-dev 已经默认安装了
sh: curl-config: command not found Traceback (most recent call last): File "setup.py", line 90, in <module> raise Exception, ("`%s' not found -- please install the libcurl development files" % CURL_CONFIG) Exception: `curl-config' not found -- please install the libcurl development ...
linux 安装telnet、curl、ifconfig、vim、ping等工具 1、首先执行下面命令更新相关源 apt-get update 2、安装telnet apt-getinstalltelnet 3、安装curl apt-getinstallcurl 4、安装ifconfig apt-getinstallnet-tools 5、安装vim apt-getinstallvim 6、安装ping apt-getinstallinetutils-ping...
原博文 ubuntu14.04安装pycurl报错: __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory 2016-07-19 10:12 −... 血染&征袍 0 2437 Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt ...
ob-configserver安装config.yaml配置文件监控端口号配置了9999,ob数据库执行alter system set obconfig_url = 'http://【ip】:9999/services?Action=ObRootServiceInfo&ObCluster=R3OMS',但是启动ob-sconfigserver后,执行curl -s 'http://【ip】:9999/services?Action=ObRootServiceInfo&ObCluster=R3 OceanBase ...
Mac系统自带了一个curl, 直接运行curl-config, 显示的是这个版本的信息. 如何让curl-config显示我通过brew install安装的curl的信息.