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
In Google Colaboratory, running the following code raises
ImportError.Error message: