Skip to content

Conversation

@h2jaafar
Copy link
Contributor

Currently, when new users pull the repository and create a venv, the requirements.txt file will install nptyping v2.0+, which seems to cause the following issue:

raise InvalidArgumentsError(
nptyping.error.InvalidArgumentsError: Unexpected argument '(typing.Any, typing.Any, typing.Any)', expecting Shape[<ShapeExpression>] or Literal[<ShapeExpression>] or typing.Any.

The syntax seems to have changed. This problem is dotted throughout the code.

A temporary fix is to simply peg the version of nptyping to 1.4.4, and avoid this problem at the moment.

@h2jaafar
Copy link
Contributor Author

@uncobruce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant