GithubHelp home page GithubHelp logo

Comments (6)

Smellly avatar Smellly commented on July 29, 2024 8

Update my Eigen version from 3.2 to 3.3.9 (git clone && make && make install)
Then replace find_package(Eigen3 REQUIRED) to
list(APPEND CMAKE_INCLUDE_PATH "/usr/local/include")
find_package (Eigen3 3.3 REQUIRED NO_MODULE)

it works for me.

from pymagsac.

ducha-aiki avatar ducha-aiki commented on July 29, 2024

Sorry, cannot help you here. Eigen linking might be tricky, but I cannot do remote debugging.

from pymagsac.

ZeyingXuHuaWei avatar ZeyingXuHuaWei commented on July 29, 2024

Update my Eigen version from 3.2 to 3.3.9 (git clone && make && make install)
Then replace find_package(Eigen3 REQUIRED) to
list(APPEND CMAKE_INCLUDE_PATH "/usr/local/include")
find_package (Eigen3 3.3 REQUIRED NO_MODULE)

it works for me.

This works for me. Thank you very much

from pymagsac.

allenthreee avatar allenthreee commented on July 29, 2024

Update my Eigen version from 3.2 to 3.3.9 (git clone && make && make install) Then replace find_package(Eigen3 REQUIRED) to list(APPEND CMAKE_INCLUDE_PATH "/usr/local/include") find_package (Eigen3 3.3 REQUIRED NO_MODULE)

it works for me.

it works for me too, though i don't know why this works

from pymagsac.

Janebek avatar Janebek commented on July 29, 2024

Update my Eigen version from 3.2 to 3.3.9 (git clone && make && make install) Then replace find_package(Eigen3 REQUIRED) to list(APPEND CMAKE_INCLUDE_PATH "/usr/local/include") find_package (Eigen3 3.3 REQUIRED NO_MODULE)

it works for me.

omg!!Thank you so much!I finally solved this proble after 3 days searching...

from pymagsac.

ismetdagli avatar ismetdagli commented on July 29, 2024

I spent ~2-3 hours on this problem before finding this comment and it is solved!

Note to others: My include path was different. If somebody reads this commend and the solution does not work, be careful with your includes path!

from pymagsac.

Related Issues (10)

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.