pycurl installation

Issue #99 resolved
beatony created an issue

Good morning, I am trying to install in iseries qshell env the software pycurl via pip3. Download start, but installation stop for it's missing "curl-config". (the complete error is : << FileNotFoundError: [Errno 2] No such file or directory: 'curl-config': 'curl-config' >>). I suppose it is a dependencies problem, but I have no clues about what's missing. I tried to install several others packages, but problem stays.
I have noticed that exhist a python2-pycurl, but it's missing for python3.
Best regards
Pip3 is updated at 19.3.1.

Best regards, Antonio

Comments (3)

  1. Jesse G

    Greetings.

    Whenever you’re missing dependencies, you can run the yum provides command to check if a yum-provided package gives you the missing file. In this case, you can run yum provides '*/curl-config', which will show you:

    curl-devel-7.65.3-4.ppc64 : curl development files
    Repo        : ibm
    Matched from:
    Filename    : /QOpenSys/pkgs/bin/curl-config
    

    So, once you yum install curl-devel to get curl-config, you should be good to go!

  2. beatony reporter

    Hi, thanks a lot. I have yet curl-devel installed. Perhaps it was a problem of path. Now I got it. Thanks a lot. Best regards. Antonio

  3. Log in to comment