GithubHelp home page GithubHelp logo

Comments (2)

KiddoZhu avatar KiddoZhu commented on May 13, 2024

Duplicate of #17

It's because faiss can't find the dependency. I am not sure how to solve that, since I never meet this in my environment. A workaround is to comment out all faiss related lines in CMakeLists.txt, if you don't need to use the visualization. Otherwise please refer to the above issue.

from graphvite.

shiqiaodeng avatar shiqiaodeng commented on May 13, 2024

Thank for you reply!Please forgive me for being busy with other things and not replying to you.
I have solved this problem according to your method.
manually install OpenBLAS
compile faiss from source
compile graphvite with cmake .. -DFAISS_PATH=/path/to/faiss/ && make

But I have a new problem.When I was trying to install it from source I got error when executing
python setup.py install
I found that other people have encountered this problem.(#23)
ImportError: /home/deng/project/graphvite-0.1.0/build/lib/libgraphvite.so: undefined symbol: _ZN3fLS13FLAGS_log_dirE
Your suggestion is thart export the paths of gflags and glog into LD_LIBRARY_PATH.
But I did not solve this problem according to your suggestion.

My configuration:
Centos 7
python 3.7
conda install glog and gflags
CUDA 10.0

I am looking forward to your reply!Thanks! @KiddoZhu

from graphvite.

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.