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'm getting the following error docker-building the Dockerfile from Windows:
#9 [ 5/16] RUN /bin/bash -c './test/dependencies_ubuntu.sh && ./test/dependencies_linux_gnmi.sh'
#9 sha256:8b9ed68beb18e3eb3c3725b071bd8344ede679ae5597649a527ed9e03b169f...
Hello,
I'm experiencing a crash both on Ubuntu 20.04 and RHEL8.2 (inside a docker container) with YDK 0.8.5 (official repo). Crash happens as soon as YDK tries to connect to the device (any protocol). Here is what GDB reported, I hope any of you can ...
third_party/cares/cares/ares_init.c: At top level:cc1: error: unrecognized command line option ‘-Wno-invalid-source-encoding’ [-Werror]cc1: all warnings being treated as errors
This happens on:
NAME="Red Hat Enterprise Linux"
VERSION="8.2 (Ootpa)"
ID...
Hi all, the command that did the trick for me was:
install activate location standby
This brought me out of the switched-over state so that I could then "install commit" without getting the error:
FAILED: COMMIT operation is not allowed in SWITCHED_O...
Once forced the pybind11 version in "pip install pybind" to install the same version of the package installed with "yum install pybind11-devel" I managed to solve my issue. However I also needed the fix to the calls to __init__() of the *ProviderServ...
I found this change into Dockerfile to solve the issue:
diff --git a/Dockerfile b/Dockerfile
index e6727ce3..dd2e9ad1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,8 @@ COPY . /root/ydk-gen
RUN echo 'Installing dependencies'
WORKDIR /root/yd...
I tried v2.2.2 but I still have issues. I've realised that in order to run "generate.py -i --python --core" I need pybind11-devel installed. What is available on my repo is v2.4.3, so I installed this package but also "pip install pybind11==2.4.3". T...
One question, Yan. What's the version of pybind11 that you used for testing? The install_ydk.sh is running "pip install pybind11" which installs v2.6.1 in my case.