Skip to content

Problem with plmDCA #15

@aai97

Description

@aai97

When I try to import plmDCA in python, as described in the readme, I get an error:

import plmDCA

Exception caught during initialization of Python interface. Details: Could not find an appropriate directory for MATLAB or the MATLAB runtime in LD_LIBRARY_PATH. Details: libmwmclmcrrt.so.9.4

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

  File "home/prospr-master/potts-code/plmDCA/__init__.py", line 280, in <module>
    _pir.get_paths_from_os()

  File "home/prospr-master/potts-code/plmDCA/__init__.py", line 182, in get_paths_from_os
    self.path_var, file_to_find))

RuntimeError: Could not find an appropriate directory for MATLAB or the MATLAB runtime in LD_LIBRARY_PATH. Details: libmwmclmcrrt.so.9.4

I also realized that in my matlab directory I do not have an X11-directory, the one we are supposed to save as the environment variable XAPPLRESDIR.

Does anyone have a clue what could be the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions