Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there really any advantage for using YDK-PY instead of using RPC’s especially that we have tools like YangSuite which can generate those RPC’s for us.
hi,
not sure why CRUD service is very sensitive and can fail most of the time
from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ifmgr_cfgfrom ydk.models.cisco_ios_xr import Cisco_IOS_XR_ipv4_io_cfgfrom ydk.providers import NetconfServiceProviderfr...
hi, I am trying to write a simple Python program to read BGP config from my router and i keep getting errors as follows:
/home/mkabbara/env/bin/python3 /root/PycharmProjects/pythonProject/test3.pyTraceback (most recent call last):File "/root/Pychar...
hi, i tried to deploy YDK on Ubuntu 20.04 by following the documentation and the installation fails at some point. Basically the GPRC and GNMI all succeed but when it comes to installing ydk-models-cisco-ios-xr this is where things break. I finally...
Hi YanActually this is what I did … I switched to Centos 7, it is much more reliable, stable and less error prone.I managed to install it yesterday and I am fine and I would advise anyone reading this post to use Centos instead of Ubuntu for less hea...
Hi, the update is giving me an error(venv) mkabbara@mkabbara-virtual-machine:~$ sudo apt-get update -y[sudo] password for mkabbara:Hit:1 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InReleaseHit:2 http://us.archive.ubuntu.com/ubuntu ...
Hi, and thanks for your help
Step-1: to clone git, worked fine no probs.
Step-2: ./install_ydk.sh -–core (this one had some issues), please see output below. What do you recommend to fix it?
Step-3: pip3 install ydk-models-cisco-ios-xr failed wit...
did not solve my problem on Ubuntu 20.04, my system says:
Requirement already satisfied: pybind11 in ./yangsuite/venv/lib/python3.8/site-packages (2.6.1)