Giter Club home page Giter Club logo

Comments (5)

penningavery avatar penningavery commented on June 19, 2024

Hi,

Just to try something different, instead of compiling from source, I used 'pip install scikit-fmm' (again from the anaconda distribution) and got the following ImportError

Traceback (most recent call last):
File "", line 1, in
File "/home/bl/anaconda2/lib/python2.7/site-packages/skfmm/init.py", line 51, in
from .pfmm import distance, travel_time, extension_velocities
File "/home/bl/anaconda2/lib/python2.7/site-packages/skfmm/pfmm.py", line 4, in
from .cfmm import cFastMarcher
ImportError: /home/bl/anaconda2/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/bl/anaconda2/lib/python2.7/site-packages/skfmm/cfmm.so

I have been able to successfully compile from source and get it to run on my systems python installation. However, I need to use numba and the anaconda distribution for the program I'm working on, so hence my concern. Thanks again.

Best wishes,
cc

from scikit-fmm.

penningavery avatar penningavery commented on June 19, 2024

Ah, well. It seems that I just needed to google a bit more. Sorry about the distraction. The key was to run ' conda install libgcc' to update anaconda's libraries. Thanks very much for skfmm, it's very useful.

-cc

from scikit-fmm.

jkfurtney avatar jkfurtney commented on June 19, 2024

Hi, Thanks for the note about this. I have not seen these errors before so thanks for describing and solving the problem. I have been meaning to make a conda package for scikit-fmm. There was a conda recipe here: https://binstar.org/jmargeta/scikit-fmm but this link is broken now.

from scikit-fmm.

d-chambers avatar d-chambers commented on June 19, 2024

I just ran into the same issue and resolved it in the same way. It may be worth putting something about this in the readme?

from scikit-fmm.

jkfurtney avatar jkfurtney commented on June 19, 2024

Thanks for the note and good idea. I added a note in the README. Thanks

from scikit-fmm.

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.