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.
I have following installed in my virtual env
ydk 0.8.5.post2
ydk-models-cisco-ios-xr 7.5.1
ydk-models-cisco-thinxr-install 6.5.1
ydk-models-ietf 0.1.5.post2
ydk-models-openconfig ...
Hi,
I am trying to install ydk-0.8.5
Steps: 1)Installed dependencies and sourced virtual env
2)export C_INCLUDE_PATH=/usr/local/include:/auto/cafy/ydk_085_trial_build/ydk_env/include/site/python3.6
3)export CPLUS_INCLUDE_PATH=/usr/local/include:...
Hi I have a virtiual env with ydk 0.8.5.post2 installed
(rhel7-21.37.14) shreyash@arcee.cisco.com:~$ pip3 list | grep ydk
ydk 0.8.5.post2
ydk-models-cisco-ios-xr 7.5.1
ydk-models-cisco-thinxr-install 6.5....
Hi,
My server is on centos 7.9
I am following the steps mentioned in https://github.com/ygorelik/ydk-gen to install
However, I am seeing the below error```python version: 3.6m-- Found PythonLibs: /usr/lib64/libpython3.6m.so (found version "3.6.8")...
Hi ,
I am using a Centos 7.9 server.
When I try to install gcc as per the system requirements mentioned here http://ydk.cisco.com/py/docs/getting_started.html#system-requirements, I am facing ```
No package devtoolset-4-gcc* available
```
root@cafy-...
The folder permissions of "/auto/cafy/ydk_085_trial_build/ydk-gen/gen-api/cpp/ydk/build" are under the same userid that is running the cmd "./generate.py --cpp --core" and the same user has gir cloned the ydk-gen repo