I am trying to install Shogun just like here: http://shogun-toolbox.org/doc/en/latest/install.html
I have downloaded shogun-4.1.0.tar.bz2 to my home folder, unpack it to "shogun-4.1.0", go there and execute instructions: $ mkdir build && cd build $ cmake -DPythonModular=ON .. $ make $ sudo make install Everything seems OK. I try to execute: $ export LD_LIBRARY_PATH=SHOGUN_INSTALL_DIR/lib $ export PYTHONPATH=SHOGUN_INSTALL_DIR/lib/pythonX.Y/dist-packages/ $ python examples/undocumented/python_modular/graphical/svm.py
