09-30-2021 11:10 AM - edited 09-30-2021 11:13 AM
Release Location
https://github.com/ygorelik/ydk-gen
Online Documentation
https://ygorelik.github.io/ydk-gen/
09-30-2021 11:22 AM
10-23-2021 04:26 PM - edited 10-23-2021 04:28 PM
Does this mean that I wasnt able to install it correctly?
Reading package lists... Done
/usr/bin/gcc
*** Sun 24 Oct 2021 10:19:00 AEDT *** dependencies_ubuntu.sh | Current gcc/g++ version is 7.5.0
*** Sun 24 Oct 2021 10:19:00 AEDT *** dependencies_ubuntu.sh | Current Go version is 1.13.1
*** Sun 24 Oct 2021 10:19:00 AEDT *** install_ydk.sh | Python virtual environment location is set to /root/venv
*** Sun 24 Oct 2021 10:19:00 AEDT *** install_ydk.sh | Running: source /root/venv/bin/activate
*** Sun 24 Oct 2021 10:19:00 AEDT *** install_ydk.sh | Checking python3 version and installation
Python 3.8.10
*** Sun 24 Oct 2021 10:19:00 AEDT *** install_ydk.sh | Checking pip3 version and installation
pip 20.0.2 from /root/venv/lib/python3.8/site-packages/pip (python 3.8)
*** Sun 24 Oct 2021 10:19:01 AEDT *** install_ydk.sh | Checking installation of python shared libraries
*** Sun 24 Oct 2021 10:19:01 AEDT *** install_ydk.sh | Could not locate python shared library libpython3.8.so
*** Sun 24 Oct 2021 10:19:01 AEDT *** install_ydk.sh | Try to update locate database, then repeat YDK installation
c@cvm:~/Downloads/ydk-gen$
I followed the core installation while setting everything to default
So I basically just ran the below command:
./install_ydk.sh --core
12-12-2021 08:39 PM
Does this version support Yang 1.1?
12-14-2021 02:24 PM - edited 12-14-2021 02:46 PM
The YDK-0.8.6 still supports only YANG-1.0. This is free version publicly available.
In order to support YANG-1.1 you have to purchase release YDK-0.9.0.1 or later (see announcement and release notes here). The documentation is available here. In order to try this version for free on the docker, run this command:
docker run -it ydksolutions/ydk:0.9.0.1
12-14-2021 06:31 PM
Hi Yan Gorelik,
I try to download YDK-0.9.0.1 from docker. But it show some error on docker.
Unable to find image 'ydksolutions/ydk:0.9.0.1' locally Trying to pull repository docker.io/ydksolutions/ydk ... /usr/bin/docker-current: repository docker.io/ydksolutions/ydk not found: does not exist or no pull access. See '/usr/bin/docker-current run --help'.
Garnet
12-15-2021 09:36 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide