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.
Hi all,Just going through the getting started docs (http://ydk.cisco.com/py/docs/getting_started.html) and noticed a couple of errors/omissions with respect to installing on macOS.1. (http://ydk.cisco.com/py/docs/getting_started.html#macos) Instructi...
Hi abhirame, it looks like this was a red herring all along.I tried xiaoqinz's suggestion which ended up giving me the following error:
~/git/sdapov% python test.py
Traceback (most recent call last):
File "test.py", line 3, in <module>
from ydk...
I'm experiencing the same error as jwatters06 with this simple code snippet:
from ydk.services import CRUDService
from ydk.providers import NetconfServiceProvider
from ydk.models.cisco_ios_xe import CISCO_CDP_MIB
~/git/sdapov% python test.py
Traceba...