Skip to content

Instantly share code, notes, and snippets.

@hyunjun
Last active August 29, 2015 14:09
Show Gist options
  • Save hyunjun/0bc9614e6d678388e5e6 to your computer and use it in GitHub Desktop.
Save hyunjun/0bc9614e6d678388e5e6 to your computer and use it in GitHub Desktop.
numba

installation

  • http://numba.pydata.org/
  • http://continuum.io/downloads 사용이 편리
    • root로 설치할 필요 없음
  • centos 6.3에서 하나씩 설치해보려 했으나 dependency 문제로 실패
    ...
    python numba ImportError: No module named llvm.core
    ...
    http://www.llvmpy.org/llvmpy-doc/0.11.2/doc/getting_started.html#installation
    http://llvm.org/releases/download.html#3.2
    
    ...
    /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
    ...
    http://stackoverflow.com/questions/5216399/usr-lib-libstdc-so-6-version-glibcxx-3-4-15-not-found
    http://pkgs.org/download/libstdc++.so.6
    http://stackoverflow.com/questions/16605623/where-can-i-get-a-copy-of-the-file-libstdc-so-6-0-15
    
    ...
    libc.so.6(GLIBC_2.17) is needed
    ...
    http://rpmfind.net/linux/rpm2html/search.php?query=libc.so.6(GLIBC_2.17)
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment