Giter VIP home page Giter VIP logo

python-irtk's Issues

"import irtk" throws the exception "no module named irtk" when installed.

After installing the library using the command: conda install -c kevin-keraudren python-irtk; as suggested in the installation guidelines, it seems that the conda module for irtk does not contain python files. I was expecting something like: ~/miniconda2/pkgs/irtk-1.0-0/lib/python2.7/site-packages/irtk to exist and to contain an init.py file, but I may be wrong. I believe that as a consequence, "import irtk" throws the exception "no module named irtk".

I have created a conda environment only for this module and have checked that the module and its dependencies (vtk, tbb and libpng) are installed. I also tried to import vtk and other python libraries that I installed later with no problem.

I have tried to manually download the python files from the git repository and put them in the conda environment. This produces the exception: "ImportError: libvtkHybrid.so.5.10: cannot open shared object file: No such file or directory."

Anyhow, the project is nice :).

Conda install python-irtk

According to the github web page the easiest way to install python-irtk is through conda:

conda install -c kevin-keraudren python-irtk.

However conda cannot find any python-irtk package on any of the channels. Could you fix this issue?

Thanks,

Julio

Cannot install python-irtk

I have ubuntu 16.04. I tried to install python-irtk using conda in both python2.7 and python3.5. But no success. Do I use a wrong version of conda?
I get the following error when I install with conda version Anaconda2-5.1.0-Linux-x86_64 (python 2.7):
./conda install -c kevin-keraudren python-irtk
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

  • numba
  • python-irtk
    Use "conda info " to see the dependencies for each package.

I get the following error when I install with conda version Anaconda3-4.2.0-Linux-x86_64 (python 3.5):
Fetching package metadata .............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

  • python 3.5*
  • python-irtk -> irtk -> vtk -> python 2.7*
    Use "conda info " to see the dependencies for each package.

libpng15.so.15: cannot open shared object file

ImportError: libpng15.so.15: cannot open shared object file: No such file or directory

A proper fix would be to rebuild irtk and python-irtk with the latest libraries.

A hack is to have two versions of libpng cohabit (matplotlib will use 1.6 and irtk 1.5), see the bug report in conda (conda/conda#1345).

you can force to install a specific version

conda install libpng=1.5.13

then you can go to https://binstar.org/anaconda/libpng/files and downlad the latest libpng, and copy the files that say 1.6 in linux-64-libpng-1.6.17-0/lib into anaconda/myanaconda/lib .

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.