perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
91 stars 18 forks source link

Problem running python3 src/main.py -v #80

Open fernandesdominic22 opened 1 month ago

fernandesdominic22 commented 1 month ago

Hi @uncobruce, I'm using python 3.8.10 on Ubuntu 20.04. I get this error when running python3 src/main.py -v:

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

I would greatly appreciate any help. Thanks

cameronstackhouse commented 1 month ago

Pull request #76 fixes this issue by downgrading the version of nptyping to 1.4.4.