luckystarufo / pySINDy

SINDy (Sparse Identification of Nonlinear Dynamics) algorithms
MIT License
70 stars 28 forks source link

PySINDy are you listening? Installation errors .. Need help #26

Open rneogi opened 2 years ago

rneogi commented 2 years ago

import pysindy as ps KeyError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/pkg_resources/init.py in requires(self, extras) 2738 try: -> 2739 deps.extend(dm[safe_extra(ext)]) 2740 except KeyError as e:

KeyError: 'alldeps'

The above exception was the direct cause of the following exception:

UnknownExtra Traceback (most recent call last) 6 frames /usr/local/lib/python3.7/dist-packages/pkg_resources/init.py in requires(self, extras) 2741 raise UnknownExtra( 2742 "%s has no such extra feature %r" % (self, ext) -> 2743 ) from e 2744 return deps 2745

UnknownExtra: scikit-learn 1.0.2 has no such extra feature 'alldeps'