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
I'm completely new to this, and I'm getting an error trying to run this on Ubuntu 22.04 on a Mac through Parallels.
sklearn was deprecated so I installed scikit-learn, which is the only change I made
python3 src/main.py -v gives the following:
line 128, in _get_shape
raise InvalidArgumentsError(
nptyping. error. InvalidArgumentsError: Unexpected argument '(typing. Any, typing.A ny, typing.Any)', expecting Shape[<ShapeExpression>] or Literal[<shapeExpression
>] or typing.Any.
I'm completely new to this, and I'm getting an error trying to run this on Ubuntu 22.04 on a Mac through Parallels.
sklearn was deprecated so I installed scikit-learn, which is the only change I made
python3 src/main.py -v gives the following: