Code Monkey home page Code Monkey logo

Comments (3)

DarrenRainey avatar DarrenRainey commented on May 19, 2024

Looks like its not finding OpenBLAS from this line

ELL module is not loading It is possible that you need to add LibOpenBLAS to your system path (See Install-*.md) from root of this repo

Maybe try apt install libopenblas-dev or if you already have it installed add it to your $PATH

from ell.

lisaong avatar lisaong commented on May 19, 2024

This error means that _ELL.so was compiled with a different (likely newer) version of libstdc++.so.6 from what miniconda knows about. Miniconda has its own links to libstdc++ that it uses to build packages, etc.

ImportError: /home/zxd/miniconda3/envs/py36/lib/python3.6/site-packages/../../libstdc++.so.6: version CXXABI_1.3.9' not found (required by ./../../../../build/interfaces/python/_ELL.so)

There are a couple of ways to fix this, but the least intrusive method in my experience is to:

  1. Make sure you have the library somewhere (you should have it on the system since you built _ELL.so)
  2. export LD_LIBRARY_PATH=path_to_that_libstdc++.so:$LD_LIBRARY_PATH
    Then re-run the demo.

from ell.

hustzxd avatar hustzxd commented on May 19, 2024

Thank you! :)
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6

from ell.

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.