KeyError: ('torch', 'linalg.eigh')

I am using python 3.6 and tensorflow version 1.2 as my code is compatible with the same versions. I am trying to add a quantum layer into the code by converting into keras (as my other layers are in keras). I am facing this error when i run the model, probably because of the compatibility issue. Can you guide how can i resolve the issue ?

Hi @Vaishnavi_Chandilkar, our current version of PennyLane (v0.28) only supports Python 3.8 and above. The last PennyLane version which supported Python 3.6 was v0.15.1. This is very old so if possible I would suggest upgrading to the latest Python versions.

Also, your issue seems to be related to Torch. The latest version supported is v1.13.

I hope this is helpful for you!