You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have successfully installed the slycot package using a wheel file. I am try to import slycot in Python. I get the following error log. Could someone please help me understand the issue here? Thanks! :)
import slycot
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\slycot_init_.py", line 18, in
from .analysis import ab01nd,ab05md,ab05nd,ab07nd,ab08nd,
File "C:\Python27\lib\site-packages\slycot\analysis.py", line 21, in
from . import _wrapper
ImportError: DLL load failed: The specified module could not be found.