Skip to content

Problem when import slycot #94

@Scylk

Description

@Scylk

I have installed slycot, but when I try to import slycot, it comes like that:
Traceback (most recent call last):
File "", line 1, in
File "/home/scylk/pycharm-community-2019.2/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
File "/home/scylk/anaconda3/envs/rl/lib/python3.6/site-packages/slycot/init.py", line 16, in
from .analysis import ab01nd,ab05md,ab05nd,ab07nd,ab08nd,
File "/home/scylk/pycharm-community-2019.2/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
File "/home/scylk/anaconda3/envs/rl/lib/python3.6/site-packages/slycot/analysis.py", line 21, in
from . import _wrapper
File "/home/scylk/pycharm-community-2019.2/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
ImportError: libmkl_gf_lp64.so: cannot open shared object file: No such file or directory

My python=3.6 on Ubuntu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions