Skip to content

Can't import v0.5.0 in Google Colaboratory. #183

@knttnk

Description

@knttnk

In Google Colaboratory, running the following code raises ImportError.

!pip install slycot
import slycot

Error message:

ImportError                               Traceback (most recent call last)
[<ipython-input-1-2d8c382b7964>](https://localhost:8080/#) in <module>
      1 get_ipython().system('pip install slycot')
----> 2 import slycot

1 frames
[/usr/local/lib/python3.7/dist-packages/slycot/analysis.py](https://localhost:8080/#) in <module>
     20 import numpy as np
     21 
---> 22 from . import _wrapper
     23 from .exceptions import raise_if_slycot_error, SlycotParameterError
     24 

ImportError: /usr/local/lib/python3.7/dist-packages/slycot/_wrapper.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _PyDict_GetItemStringWithError

Metadata

Metadata

Assignees

No one assigned

    Labels

    build systemIssues with compiling, linking and installing Slycot

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions