-
1. Need to fix `ydk 0.6.0` installation for core so that cmake3 or cmake is used without having to link the binary
2. ydk installation should not assume shared library for python is installed
```sh
…
ghost updated
3 years ago
-
YDK compilation fails with version libssh 0.8.0 or later. Note that the library is now at 0.9.5 as of Oct 2020 and most systems (e.g. MacOS, Ubuntu, etc.) now ship with libssh versions that YDK can'…
-
## Expected Behavior
Data tag should be correctly recognized
## Current Behavior
"ydk - ERROR - Cannot find 'data' tag in RPC reply from device".
## Steps to Reproduce
Query Arista switch w…
-
In your API, Ultimate Offering has card ID 80604092 but DuelingBook has this card's ID as 80604091. I found this because I was looking at this Machina deck in DuelingBook (https://www.duelingbook.com/…
-
开发者你好,感谢你们制作的这个工具。
使用ydk复制导入时候,观察发现它只会在游戏的输入框输入英文搜索卡片。
使用该功能只能转换为英文才能正常工作
但我习惯了日文卡图,而且也装了其他基于日文环境的汉化补丁。来回切换英日并不方便,游戏需要重新下载200MB多的数据才能成功切换。
如果可以多弄一个自动输入日文卡名搜索的卡片就好。
-
The expectation is:
1. Install libyang as a dynamical library.
2. Install libnetconf as a dynamical library.
2. Compile YDK core into a dynamical library (dynamically linked with libyang and libn…
-
We were testing some changes to the Cisco-IOS-XR-pim-cfg model. We changed a class name, which should not be backwards compatible.
When testing with the new API, we expected to see an error when ru…
-
In this Learning Lab step, the Sandbox isn't doing a telnet step here:
https://developer.cisco.com/learning/modules/iosxr-streaming-telemetry/03-iosxr-02-telemetry-python/step/2
```
Last login: F…
-
User should be able to install multiple model packages of same OS type, but different versions via pip
``pip install ydk-models-cisco-ios-xr-6.2.1.tar.gz`` should not uninstall ``ydk-models-cisco-…
-
Many essential python packages (pycrypto, lxml, etc...) come with prebuilt binaries as modules. Usually these packages are written in C and compiled as native windows images as pyd files.
I understand…