Hi ,
I am trying to run ydk-py-samples (hello-ydk.py) again cisco XRv 6.0.2 and I am getting the below error:
./hello-ydk.py
Traceback (most recent call last):
File "./hello-ydk.py", line 50, in <module>
str(timedelta(seconds=system_time.uptime.uptime)))
TypeError: unsupported type for timedelta seconds component: ydk_.types.YLeaf
See below my installed ydk.
pip list | grep ydk
ydk (0.7.0)
ydk-models-cisco-ios-xr (6.3.1)
ydk-models-ietf (0.1.4)
Is this because of the Cisco XRv version I am using ?
Is it possible to get the ydk for Cisco XRv 6.0.2?
Thanks,
Pratibha