Git Product home page Git Product logo

Comments (6)

ocefpaf avatar ocefpaf commented on May 28, 2024

Seems related to curl/curl#1035

I'm investigating what can be done to solve that.

from curl-feedstock.

zhenyisong avatar zhenyisong commented on May 28, 2024

@quartox Thanks. I downgraded the curl lib ( conda install curl=7.49.1) and this problem is solved as your suggestion.

from curl-feedstock.

smithsp avatar smithsp commented on May 28, 2024

Adding myself so that I get updated on progress, and remind myself to remove pinning of curl dependency in omfit recipe, (which saw the problem when trying to import netCDF4).

from curl-feedstock.

jakirkham avatar jakirkham commented on May 28, 2024

Is anyone here setting LD_LIBRARY_PATH? If so, please try unsetting LD_LIBRARY_PATH and retrying.

The curl build does link against libssh2, which we also build and package, and our copy of libssh2 has the libssh2_scp_recv2 symbol. So am not seeing anything actionable here. Also have no problem loading libcurl.so.4.4.0.

>>> import ctypes
>>> ctypes.cdll.LoadLibrary('libcurl.so.4.4.0')

from curl-feedstock.

jakirkham avatar jakirkham commented on May 28, 2024

We now test for this symbol on Linux as well. So this issue has either been resolved with curl or something else is going on (e.g. old/broken curl package pulled in, etc.)

from curl-feedstock.

jakirkham avatar jakirkham commented on May 28, 2024

Think PR ( #29 ) should have resolved any potentially incorrect loading order.

from curl-feedstock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.