Replies: 7 comments
-
I solved the problem by updating libyang to v2.0.0 to v2.1.80. If you are using Ubuntu, please check following lines in
|
Beta Was this translation helpful? Give feedback.
-
@ponedo Let me try and update you ! |
Beta Was this translation helpful? Give feedback.
-
after change version getting below error now. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Looks like required python dependencies are not installed in your environment. If you are using ubuntu and contunue to encounter new dependency problems, you can follow commands in |
Beta Was this translation helpful? Give feedback.
-
Already fixed with #14831 |
Beta Was this translation helpful? Give feedback.
-
The root cause with your issue stems from a dependency management conflict between two software ecosystems. According to the error message, your 'markupsafe' was installed using 'pip' at the path
Hope my diagnosis is helpful to you! @AS132933 |
Beta Was this translation helpful? Give feedback.
-
root@vbngvij1:
/libyang/build/frr/lib# make/libyang/build/frr/lib#git suffix: -gc599ed56f-dirty
git branches: local:master, github/frrouting/frr.git/master
Files lib/gitversion.h.tmp and lib/gitversion.h are identical
CC lib/northbound.lo
lib/northbound.c: In function ‘nb_candidate_validate_yang’:
lib/northbound.c:874:27: error: ‘LYD_VALIDATE_MULTI_ERROR’ undeclared (first use in this function)
874 | uint32_t options =LYD_VALIDATE_MULTI_ERROR ;
| ^~~~~~~~~~~~~~~~~~~~~~~~
lib/northbound.c:874:27: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10608: lib/northbound.lo] Error 1
make: *** [Makefile:2: all] Error 2
root@vbngvij1:
Beta Was this translation helpful? Give feedback.
All reactions