MarQuisCheshire / Pets-Face-Recognition

Animal identification using face recognition based methods
Apache License 2.0
67 stars 18 forks source link

Python Version #3

Open pbarolat opened 10 months ago

pbarolat commented 10 months ago

What version of Python did you use to execute the code successfully ? I'm getting the following error when using Python 3.10.12:

TypeError: 'numpy._DTypeMeta' object is not subscriptable

I've read that the error can be caused with certain numpy/Python combinations, although no specific combinations were provided. It seems worth a shot to try the version of Python that worked for you.

Thanks,

Paolo