cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
393
Views
1
Helpful
5
Replies

YANG suite installation on Ubuntu 22.03 LTS and MAC fails

jmunk
Level 4
Level 4

I am installing Yangsuite on an Ubuntu 22.04.3 using the following procedure:

1. git clone https://github.com/CiscoDevNet/yangsuite/

2. cd yangsuite/docker

3. bash ./start_yang_suite.sh

I get the following error in step 16/16:

jmunk_0-1708524837885.png

I have installed docker 25.0.3 and git 2.43.0.

I get the same error on my Macbook Air, Apple M2, Sonoma 14.3.1

Does anyone have a solution for this?

 

 

 

2 Accepted Solutions

Accepted Solutions

I just re-tested complete deployment this morning with ==3.0.1, now failing as well.

If you try with version ==2.9.17 would you have any difference? 

It worked for me just to the point of getting hello from nginx server, however, yangsuite is still not loaded. 

It would be great if someone from Cisco would share some feedback. 

View solution in original post

I had this exact same issue, changing the version to 2.9.17 in the Dockfile, and then re-running the ./start_yang_suite.sh resolved the issue for me.

View solution in original post

5 Replies 5

Dragan1
Level 1
Level 1

Same here, even found a possible solution however, it didn't work for me.

cd /yangsuite/docker/yangsuite

nano Dockerfile

# Installing YANG Suite

RUN pip3 install --upgrade --no-cache yangsuite==3.0.1

More on the initial package issue:

Issue with running the Docker method · Issue #81 · CiscoDevNet/yangsuite (github.com)

After defining the package version, was able to start a server, to open http://localhost, with nginx welcome page and that's it.

Great with feedback.

I changed the Dockerfile to 

# Installing YANG Suite

RUN pip3 install --upgrade --no-cache yangsuite==3.0.1

rather than

# Installing YANG Suite

RUN pip3 install --upgrade --no-cache yangsuite

Unfortunately that did not solve the problem.

 

 

I just re-tested complete deployment this morning with ==3.0.1, now failing as well.

If you try with version ==2.9.17 would you have any difference? 

It worked for me just to the point of getting hello from nginx server, however, yangsuite is still not loaded. 

It would be great if someone from Cisco would share some feedback. 

I had this exact same issue, changing the version to 2.9.17 in the Dockfile, and then re-running the ./start_yang_suite.sh resolved the issue for me.

I got it working by changing to version 2.9.17.

Consider this solved for now. Making the newest version work will be next step at some point of time.

Thanks for feedback

BR

Jesper