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'
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'