RTDE example problems

Hi , I’m trying to get started with RTDE comms using python 3.12 on windows 11. I have downloaded a copy of the RTDE_Python_Client_Library and opened the example ‘record.py’ in editor VSCode. Having already setup a ‘podman container’ to run the ‘polyscope robot simulator’, executing ‘record.py’ seems to result in sample counter incrmenting in the terminal window which I assume is what is supposed to happen? I note that ‘VSCode’ is reporting 4 problems with record.py

Import “rtde.rtde” could not be resolved

Import “rtde.rtde_config” could not be resolved

Import rtde.csv_writer" could not be resolved

Import “rtde.csv_binary_writer” could not be resolved

I’m not sure what this is telling me when considering I’ve downloaded the github library and tried to execute the example - Any ideas?