Eyetracker Calibration with pupil labs - AttributeError - 'runSetupProcedure'

OS : Win10
PsychoPy version: 2023.2.2
Standard Standalone? (y/n) Y
What are you trying to achieve?:
Use the eyetracker calibration component to do the calibration with pupil lab.
What did you try to make it work?:
Create a Eyetracker calibration routine.
What specifically went wrong when you tried that?:
Traceback (most recent call last):
File “D:\PSYCHOPY\eyehand_baseline\eye_lastrun.py”, line 158, in
calibration.run()
File “C:\Users\86178\AppData\Roaming\psychopy3\versions\psychopy\hardware\eyetracker.py”, line 197, in run
self.last = self.eyetracker.runSetupProcedure(dict(self))
File “C:\Users\86178\AppData\Roaming\psychopy3\versions\psychopy\iohub\client_init_.py”, line 153, in getattr
raise AttributeError(self, name)
AttributeError: (<psychopy.iohub.client.ioHubDeviceView object at 0x0000018821115B20>, ‘runSetupProcedure’)