Hi I am having errors while using SINDy-PI, i am using for implicit ODE #487
-
Hi, I am having issue running SINDu Pi for implicit ODE, someone suggest it is due to sci-kit version , so I downgraded it to lower version but I am still having same error: AttributeError Traceback (most recent call last) AttributeError: module 'pysindy' has no attribute 'SINDyPI' Kindly suggest how to fix this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is likely that you did not install the cvxpy extras. Run
|
Beta Was this translation helpful? Give feedback.
It is likely that you did not install the cvxpy extras. Run
pip install pysindy[cvxpy]
next time to getscs
andcvxpy
packages. These are required for the SINDyPI optimizer. From your current position, you can just try to runpip install scs cvxpy
.