<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: help with failed ydk core install / compilation in Tools</title>
    <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440641#M3113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind provide some detailed information about those local files you have on that machine? I've purchased a laptop and just have ubuntu 14.04 installed, maybe I could try to reproduce this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2017 04:39:18 GMT</pubDate>
    <dc:creator>xiaoqinz</dc:creator>
    <dc:date>2017-01-20T04:39:18Z</dc:date>
    <item>
      <title>help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440632#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having trouble getting past the core and netconf bundle installs. Assuming the error I get when installing the cisco-asr-ios-xr bundle is because the compliation of the core has failed (second error not shown or in the error log attached simply says it can't find ydk).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me an idea of what is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting an error when installing the core bundle&lt;/P&gt;&lt;P&gt;creating /usr/local/etc/bash_completion.d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file&lt;/P&gt;&lt;P&gt;--compile failed with error code 1 in /tmp/pip_build_root/pyang&lt;/P&gt;&lt;P&gt;Exception information:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = self.run(options, args)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; requirement_set.install(install_options, global_options, root=options.root_path)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1436, in install&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; requirement.install(install_options, global_options, *args, **kwargs)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/python2.7/dist-packages/pip/req.py", line 707, in install&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/lib/python2.7/dist-packages/pip/util.py", line 715, in call_subprocess&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; % (command_desc, proc.returncode, cwd))&lt;/P&gt;&lt;P&gt;InstallationError: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pyang/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-n3EUej-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pyang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 19:06:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440632#M3104</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-10T19:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440633#M3105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for raising this issue. Are you installing ydk core under virtualenv? I found a similar issue &lt;A href="https://github.com/mbj4668/pyang/issues/174"&gt;here&lt;/A&gt;, and the suggested approach is to "&lt;SPAN style="color: #333333; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px;"&gt;Running pip install --upgrade pip within virtualenv fixed this issue.&lt;/SPAN&gt;".&lt;SPAN style="font-size: 10pt;"&gt; Would this help for this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 18:33:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440633#M3105</guid>
      <dc:creator>xiaoqinz</dc:creator>
      <dc:date>2017-01-18T18:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440634#M3106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This didn't help fix the pyang compilation issue but I was able to clear some of the warnings during the compilation by executing the following after a warning with the new pip wheel I installed.&lt;/P&gt;&lt;P&gt;sudo -H pip install --no-index --find-links=/home/id22/Desktop/pywrapperetc/ /home/id22/Desktop/ydk-py-master/core/dist/ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other sites offer that since we are using the virtual environment that I should not have to sudo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I can now execute&lt;/P&gt;&lt;P&gt;pip install --no-index --find-links=/home/id22/Desktop/pywrapperetc/ /home/id22/Desktop/ydk-py-master/core/dist/ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of the other pyang type messages point to bad pointers in the distribution, I just don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the latest log. Any assistance is appreciated, still have the same problem but solved another one with sudo -H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:16:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440634#M3106</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-19T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440635#M3107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It'd great if you can share the details on OS and version you're using. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 17:38:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440635#M3107</guid>
      <dc:creator>saalvare</dc:creator>
      <dc:date>2017-01-19T17:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440636#M3108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ubuntu 14.04 LTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 17:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440636#M3108</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-19T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440637#M3109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there network limitation on this machine, so the local tarballs for ydk dependencies are used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 18:03:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440637#M3109</guid>
      <dc:creator>xiaoqinz</dc:creator>
      <dc:date>2017-01-19T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440638#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. There is an Internet limitation. This machine does not and will not have access to the Internet. The machine does have access to an internal network but it does not host a local repo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 18:26:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440638#M3110</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-19T18:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440639#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The installation process takes care of many dependencies and relies on internet connectivity.&amp;nbsp; I'm not familiar with the changes needed to make the installation work on a disconnected host.&amp;nbsp; Let me suggest a couple of alternatives.&amp;nbsp; We have a Vagrant sandbox that gives you an Ubuntu machine with YDK-Py pre-installed with hundreds of sample apps.&amp;nbsp; The only requirement to run the sandbox is a host with Virtualbox and Vagrant installed.&amp;nbsp; Alternatively, we can try sharing an OVA of that sandbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 18:58:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440639#M3111</guid>
      <dc:creator>saalvare</dc:creator>
      <dc:date>2017-01-19T18:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440640#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch! I was hoping you would have an idea with the pip error log's.&lt;/P&gt;&lt;P&gt;We can move this app to virtualbox if we have too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 19:19:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440640#M3112</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-19T19:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440641#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind provide some detailed information about those local files you have on that machine? I've purchased a laptop and just have ubuntu 14.04 installed, maybe I could try to reproduce this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 04:39:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440641#M3113</guid>
      <dc:creator>xiaoqinz</dc:creator>
      <dc:date>2017-01-20T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440642#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;within virtual (ydk-py)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ecdsa (0.13)&lt;/P&gt;&lt;P&gt;enum34 (1.1.3)&lt;/P&gt;&lt;P&gt;lxml (3.4.4)&lt;/P&gt;&lt;P&gt;paramiko (1.15.2)&lt;/P&gt;&lt;P&gt;pip (8.1.2)&lt;/P&gt;&lt;P&gt;pycrypto (2.6.1)&lt;/P&gt;&lt;P&gt;setuptools (28.8.0)&lt;/P&gt;&lt;P&gt;wheel (0.29.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***the compliation fails when building the pyang, I can try to install pyang on the base system, that shouldn't be required but that is an idea we can try. Before I do that would be interested to see if you can reproduce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on base system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adium-theme-ubuntu (0.3.4)&lt;/P&gt;&lt;P&gt;apt-xapian-index (0.45)&lt;/P&gt;&lt;P&gt;chardet (2.0.1)&lt;/P&gt;&lt;P&gt;colorama (0.2.5)&lt;/P&gt;&lt;P&gt;command-not-found (0.3)&lt;/P&gt;&lt;P&gt;configobj (4.7.2)&lt;/P&gt;&lt;P&gt;debtagshw (0.1)&lt;/P&gt;&lt;P&gt;defer (1.0.6)&lt;/P&gt;&lt;P&gt;dirspec (13.10)&lt;/P&gt;&lt;P&gt;duplicity (0.6.23)&lt;/P&gt;&lt;P&gt;ecdsa (0.13)&lt;/P&gt;&lt;P&gt;enum34 (1.1.3)&lt;/P&gt;&lt;P&gt;html5lib (0.999)&lt;/P&gt;&lt;P&gt;httplib2 (0.8)&lt;/P&gt;&lt;P&gt;Landscape-Client (14.12)&lt;/P&gt;&lt;P&gt;lockfile (0.8)&lt;/P&gt;&lt;P&gt;lxml (3.4.4)&lt;/P&gt;&lt;P&gt;oauthlib (0.6.1)&lt;/P&gt;&lt;P&gt;oneconf (0.3.7.14.4.1)&lt;/P&gt;&lt;P&gt;PAM (0.4.2)&lt;/P&gt;&lt;P&gt;paramiko (1.15.2)&lt;/P&gt;&lt;P&gt;pbr (1.10.0)&lt;/P&gt;&lt;P&gt;pexpect (3.1)&lt;/P&gt;&lt;P&gt;Pillow (2.3.0)&lt;/P&gt;&lt;P&gt;pip (9.0.1)&lt;/P&gt;&lt;P&gt;piston-mini-client (0.7.5)&lt;/P&gt;&lt;P&gt;pycrypto (2.6.1)&lt;/P&gt;&lt;P&gt;pycups (1.9.66)&lt;/P&gt;&lt;P&gt;pygobject (3.12.0)&lt;/P&gt;&lt;P&gt;pyOpenSSL (0.13)&lt;/P&gt;&lt;P&gt;pyserial (2.6)&lt;/P&gt;&lt;P&gt;pysmbc (1.0.14.1)&lt;/P&gt;&lt;P&gt;python-apt (0.9.3.5ubuntu1)&lt;/P&gt;&lt;P&gt;python-debian (0.1.21-nmu2ubuntu2)&lt;/P&gt;&lt;P&gt;pyxdg (0.25)&lt;/P&gt;&lt;P&gt;reportlab (3.0)&lt;/P&gt;&lt;P&gt;requests (2.2.1)&lt;/P&gt;&lt;P&gt;sessioninstaller (0.0.0)&lt;/P&gt;&lt;P&gt;setuptools (3.3)&lt;/P&gt;&lt;P&gt;six (1.10.0)&lt;/P&gt;&lt;P&gt;software-center-aptd-plugins (0.0.0)&lt;/P&gt;&lt;P&gt;ssh-import-id (3.21)&lt;/P&gt;&lt;P&gt;stevedore (1.19.1)&lt;/P&gt;&lt;P&gt;system-service (0.1.6)&lt;/P&gt;&lt;P&gt;Twisted-Core (13.2.0)&lt;/P&gt;&lt;P&gt;Twisted-Web (13.2.0)&lt;/P&gt;&lt;P&gt;unity-lens-photos (1.0)&lt;/P&gt;&lt;P&gt;urllib3 (1.7.1)&lt;/P&gt;&lt;P&gt;virtualenv (15.1.0)&lt;/P&gt;&lt;P&gt;virtualenv-clone (0.2.6)&lt;/P&gt;&lt;P&gt;virtualenvwrapper (4.7.2)&lt;/P&gt;&lt;P&gt;wheel (0.24.0)&lt;/P&gt;&lt;P&gt;xdiagnose (3.6.3build2)&lt;/P&gt;&lt;P&gt;zope.interface (4.0.5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:32:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440642#M3114</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-20T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440643#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried to reproduce and run into the same error when I tried to "pip install pyang-1.6.tar.gz" downloaded &lt;A href="https://pypi.python.org/pypi/pyang/1.6"&gt;pypi&lt;/A&gt;.&lt;A href="https://pypi.python.org/pypi/pyang/1.6"&gt;https://pypi.python.org/pypi/pyang/1.6&lt;/A&gt; Other archive files for pyang 1.6 works fine for me(either pyang-1.6-py2.py3-none-any.whl from the same page or pyang 1.6 release from their &lt;A href="https://github.com/mbj4668/pyang/releases/tag/pyang-1.6"&gt;GitHub release page&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to install using the same command if I&lt;STRONG&gt; replace the "pyang-1.6.tar.gz" with "&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;pyang-1.6-py2.py3-none-any.whl&lt;/STRONG&gt;&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed log:&lt;/P&gt;&lt;P&gt;λ ~/ pip list&lt;/P&gt;&lt;P&gt;adium-theme-ubuntu (0.3.4)&lt;/P&gt;&lt;P&gt;apt-xapian-index (0.45)&lt;/P&gt;&lt;P&gt;argparse (1.2.1)&lt;/P&gt;&lt;P&gt;boto (2.20.1)&lt;/P&gt;&lt;P&gt;chardet (2.0.1)&lt;/P&gt;&lt;P&gt;colorama (0.2.5)&lt;/P&gt;&lt;P&gt;command-not-found (0.3)&lt;/P&gt;&lt;P&gt;configobj (4.7.2)&lt;/P&gt;&lt;P&gt;debtagshw (0.1)&lt;/P&gt;&lt;P&gt;defer (1.0.6)&lt;/P&gt;&lt;P&gt;dirspec (13.10)&lt;/P&gt;&lt;P&gt;duplicity (0.6.23)&lt;/P&gt;&lt;P&gt;ecdsa (0.13)&lt;/P&gt;&lt;P&gt;enum34 (1.1.3)&lt;/P&gt;&lt;P&gt;html5lib (0.999)&lt;/P&gt;&lt;P&gt;httplib2 (0.8)&lt;/P&gt;&lt;P&gt;Landscape-Client (14.12)&lt;/P&gt;&lt;P&gt;lockfile (0.8)&lt;/P&gt;&lt;P&gt;lxml (3.3.3)&lt;/P&gt;&lt;P&gt;oauthlib (0.6.1)&lt;/P&gt;&lt;P&gt;oneconf (0.3.7.14.04.1)&lt;/P&gt;&lt;P&gt;PAM (0.4.2)&lt;/P&gt;&lt;P&gt;pbr (1.10.0)&lt;/P&gt;&lt;P&gt;pexpect (3.1)&lt;/P&gt;&lt;P&gt;Pillow (2.3.0)&lt;/P&gt;&lt;P&gt;pip (1.5.4)&lt;/P&gt;&lt;P&gt;piston-mini-client (0.7.5)&lt;/P&gt;&lt;P&gt;pycrypto (2.6.1)&lt;/P&gt;&lt;P&gt;pycups (1.9.66)&lt;/P&gt;&lt;P&gt;pycurl (7.19.3)&lt;/P&gt;&lt;P&gt;pygobject (3.12.0)&lt;/P&gt;&lt;P&gt;pyOpenSSL (0.13)&lt;/P&gt;&lt;P&gt;pyserial (2.6)&lt;/P&gt;&lt;P&gt;pysmbc (1.0.14.1)&lt;/P&gt;&lt;P&gt;python-apt (0.9.3.5ubuntu2)&lt;/P&gt;&lt;P&gt;python-cloudfiles (1.7.10)&lt;/P&gt;&lt;P&gt;python-debian (0.1.21-nmu2ubuntu2)&lt;/P&gt;&lt;P&gt;pyxdg (0.25)&lt;/P&gt;&lt;P&gt;reportlab (3.0)&lt;/P&gt;&lt;P&gt;requests (2.2.1)&lt;/P&gt;&lt;P&gt;sessioninstaller (0.0.0)&lt;/P&gt;&lt;P&gt;setuptools (3.3)&lt;/P&gt;&lt;P&gt;six (1.10.0)&lt;/P&gt;&lt;P&gt;software-center-aptd-plugins (0.0.0)&lt;/P&gt;&lt;P&gt;ssh-import-id (3.21)&lt;/P&gt;&lt;P&gt;stevedore (1.20.0)&lt;/P&gt;&lt;P&gt;system-service (0.1.6)&lt;/P&gt;&lt;P&gt;Twisted-Core (13.2.0)&lt;/P&gt;&lt;P&gt;Twisted-Web (13.2.0)&lt;/P&gt;&lt;P&gt;unity-lens-photos (1.0)&lt;/P&gt;&lt;P&gt;urllib3 (1.7.1)&lt;/P&gt;&lt;P&gt;virtualenv (15.1.0)&lt;/P&gt;&lt;P&gt;virtualenv-clone (0.2.6)&lt;/P&gt;&lt;P&gt;virtualenvwrapper (4.7.2)&lt;/P&gt;&lt;P&gt;wheel (0.24.0)&lt;/P&gt;&lt;P&gt;wsgiref (0.1.2)&lt;/P&gt;&lt;P&gt;xdiagnose (3.6.3build2)&lt;/P&gt;&lt;P&gt;zope.interface (4.0.5)&lt;/P&gt;&lt;P&gt;λ ~/ workon ydk-py &lt;/P&gt;&lt;P&gt;/home/saber/.virtualenvs/ydk-py/bin/python: No module named virtualenvwrapper&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ pip list&lt;/P&gt;&lt;P&gt;ecdsa (0.13)&lt;/P&gt;&lt;P&gt;enum34 (1.1.3)&lt;/P&gt;&lt;P&gt;lxml (3.4.4)&lt;/P&gt;&lt;P&gt;paramiko (1.15.2)&lt;/P&gt;&lt;P&gt;pip (8.1.2)&lt;/P&gt;&lt;P&gt;pycrypto (2.6.1)&lt;/P&gt;&lt;P&gt;setuptools (28.8.0)&lt;/P&gt;&lt;P&gt;wheel (0.29.0)&lt;/P&gt;&lt;P&gt;You are using pip version 8.1.2, however version 9.0.1 is available.&lt;/P&gt;&lt;P&gt;You should consider upgrading via the 'pip install --upgrade pip' command.&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ pwd&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;/home/saber&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ ls -al Downloads &lt;/P&gt;&lt;P&gt;total 45372&lt;/P&gt;&lt;P&gt;drwxr-xr-x&amp;nbsp; 2 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096 Jan 20 17:59 .&lt;/P&gt;&lt;P&gt;drwxr-xr-x 33 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096 Jan 20 18:01 ..&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 86911 Jan 20 17:44 ecdsa-0.13-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 61307 Jan 20 17:31 enum34-1.1.3-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 12427 Jan 20 17:38 enum34-1.1.6-py2-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 3537508 Jan 20 17:37 lxml-3.4.4.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 6759203 Jan 20 17:36 lxml-3.7.2-cp27-cp27m-manylinux1_x86_64.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 201470 Jan 20 17:33 m3-libxml2-python-2.6.9.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 63151 Jan 20 17:29 ncclient-0.5.3.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1220578 Jan 20 17:39 paramiko-1.15.2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 172565 Jan 20 17:35 paramiko-2.1.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 96932 Jan 20 17:40 pbr-1.10.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1198961 Jan 20 17:33 pip-8.1.2-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1254803 Jan 20 17:42 pip-9.0.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 114913 Jan 20 17:37 protobuf-3.0.0b2.post2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 347537 Jan 20 17:38 protobuf-3.1.0.post1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 128322 Jan 20 17:43 pyang-1.6.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 300545 Jan 20 17:35 pyang-1.7.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 446240 Jan 20 17:50 pycrypto-2.6.1.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 10341 Jan 20 17:43 six-1.10.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 38891 Jan 20 17:32 stevedore-1.19.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 2938611 Jan 20 17:44 Twisted-16.1.1.tar.bz2&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 2986179 Jan 20 17:34 Twisted-16.7.0rc1.tar.bz2&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1820727 Jan 20 17:39 virtualenv-15.1.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5691 Jan 20 17:43 virtualenv-clone-0.2.6.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 90599 Jan 20 17:30 virtualenvwrapper-4.7.2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber 22241779 Jan 20 17:47 ydk-py-0.5.2.zip&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 150572 Jan 20 17:41 zope.interface-4.3.3.tar.gz&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ ls -al Cisco/ydk-py/core/dist&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;total 52&lt;/P&gt;&lt;P&gt;drwxrwxr-x 2 saber saber&amp;nbsp; 4096 Jan 20 09:32 .&lt;/P&gt;&lt;P&gt;drwxrwxr-x 6 saber saber&amp;nbsp; 4096 Jan 20 09:32 ..&lt;/P&gt;&lt;P&gt;-rw-rw-r-- 1 saber saber 41896 Jan 20 09:32 ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ pip install --no-index --find-links=/home/saber/Downloads/ /home/saber/Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ignoring indexes: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.python.org/simple" rel="nofollow" target="_blank"&gt;https://pypi.python.org/simple&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Processing ./Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): ecdsa==0.13 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): enum34==1.1.3 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): lxml==3.4.4 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): paramiko==1.15.2 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting pyang==1.6 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): pycrypto==2.6.1 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting Twisted&amp;gt;=16.0.0 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting protobuf==3.0.0b2.post2 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting ncclient&amp;gt;=0.4.7 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting zope.interface&amp;gt;=3.6.0 (from Twisted&amp;gt;=16.0.0-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting six&amp;gt;=1.9 (from protobuf==3.0.0b2.post2-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from protobuf==3.0.0b2.post2-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Building wheels for collected packages: ydk, pyang, Twisted, protobuf, ncclient, zope.interface&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for ydk ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/2f/2a/e4/9b3bdc32336f3bdcc46c54d9b4f355f360ee579a2d88ecddcf&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for pyang ... error&lt;/P&gt;&lt;P&gt;&amp;nbsp; Complete output from command /home/saber/.virtualenvs/ydk-py/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kTgihB/pyang/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpMzihazpip-wheel- --python-tag cp27:&lt;/P&gt;&lt;P&gt;&amp;nbsp; running bdist_wheel&lt;/P&gt;&lt;P&gt;&amp;nbsp; running build&lt;/P&gt;&lt;P&gt;&amp;nbsp; running build_py&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/lib.linux-x86_64-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugin.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/grammar.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/syntax.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/util.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/yang_parser.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/statements.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/hello.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/error.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/yin_parser.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/types.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/xpath.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/lint.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/jsonxsl.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/jstree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/sample-xml-skeleton.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/name.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/hypertree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/depend.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/check_update.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/omni.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/uml.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/capability.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/jtox.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/xmi.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/ietf.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/smi.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/plugins/tree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/translators/dsdl.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/translators/schemanode.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/translators/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/translators/yin.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying pyang/translators/yang.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; running build_scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying and adjusting bin/pyang -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying and adjusting bin/yang2html -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying bin/yang2dsdl -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying and adjusting bin/json2xml -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; changing mode of build/scripts-2.7/pyang from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp; changing mode of build/scripts-2.7/yang2html from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp; changing mode of build/scripts-2.7/json2xml from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp; installing to build/bdist.linux-x86_64/wheel&lt;/P&gt;&lt;P&gt;&amp;nbsp; running install&lt;/P&gt;&lt;P&gt;&amp;nbsp; running install_lib&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugin.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/grammar.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/syntax.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/util.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/__init__.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/yang_parser.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/statements.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/dsdl.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/schemanode.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/__init__.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/yin.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/yang.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/hello.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/error.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/yin_parser.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/types.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/lint.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jsonxsl.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/__init__.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jstree.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/sample-xml-skeleton.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/name.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/hypertree.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/depend.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/check_update.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/omni.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/uml.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/capability.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jtox.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/xmi.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/ietf.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/smi.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/tree.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/xpath.py -&amp;gt; build/bdist.linux-x86_64/wheel/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; running install_data&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/man&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/man/man1&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules/iana&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules/ietf&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/xslt&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/images&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/schema&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/etc&lt;/P&gt;&lt;P&gt;&amp;nbsp; creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/etc/bash_completion.d&lt;/P&gt;&lt;P&gt;&amp;nbsp; error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ----------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp; Failed building wheel for pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py clean for pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for Twisted ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/c0/76/8f/ba7b7b0dfa5975c1454551ef43e5de68b26aa0c60c948024c2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for protobuf ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/25/ca/28/6ff47ee0ae155001a605492745f4a19f0bcffa43a95d4ba7c5&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for ncclient ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/3f/37/2f/09def8777d43ab8c907caa6018cac8d3441f651cbe7b6df6aa&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for zope.interface ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/d3/60/b9/0b9e9e7af3007493d65d82bf8c9293c4cc77c86c086265a751&lt;/P&gt;&lt;P&gt;Successfully built ydk Twisted protobuf ncclient zope.interface&lt;/P&gt;&lt;P&gt;Failed to build pyang&lt;/P&gt;&lt;P&gt;Installing collected packages: pyang, zope.interface, Twisted, six, protobuf, ncclient, ydk&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py install for pyang ... error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Complete output from command /home/saber/.virtualenvs/ydk-py/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kTgihB/pyang/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wfbB04-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/saber/.virtualenvs/ydk-py/include/site/python2.7/pyang:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running install&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running build_py&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build/lib.linux-x86_64-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugin.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/grammar.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/syntax.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/util.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/yang_parser.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/statements.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/hello.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/error.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/yin_parser.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/types.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/xpath.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/lint.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/jsonxsl.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/jstree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/sample-xml-skeleton.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/name.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/hypertree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/depend.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/check_update.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/omni.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/uml.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/capability.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/jtox.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/xmi.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/ietf.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/smi.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/plugins/tree.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/translators/dsdl.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/translators/schemanode.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/translators/__init__.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/translators/yin.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying pyang/translators/yang.py -&amp;gt; build/lib.linux-x86_64-2.7/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running build_scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying and adjusting bin/pyang -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying and adjusting bin/yang2html -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying bin/yang2dsdl -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying and adjusting bin/json2xml -&amp;gt; build/scripts-2.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; changing mode of build/scripts-2.7/pyang from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; changing mode of build/scripts-2.7/yang2html from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; changing mode of build/scripts-2.7/json2xml from 664 to 775&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running install_lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugin.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/grammar.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/syntax.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/util.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/__init__.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/yang_parser.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/statements.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/dsdl.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/schemanode.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/__init__.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/yin.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/translators/yang.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/hello.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/error.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/yin_parser.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/types.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/lint.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jsonxsl.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/__init__.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jstree.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/sample-xml-skeleton.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/name.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/hypertree.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/depend.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/check_update.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/omni.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/uml.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/capability.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/jtox.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/xmi.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/ietf.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/smi.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/plugins/tree.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copying build/lib.linux-x86_64-2.7/pyang/xpath.py -&amp;gt; /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugin.py to plugin.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/grammar.py to grammar.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/syntax.py to syntax.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/util.py to util.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/__init__.py to __init__.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/yang_parser.py to yang_parser.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/statements.py to statements.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/dsdl.py to dsdl.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/schemanode.py to schemanode.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/__init__.py to __init__.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/yin.py to yin.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/yang.py to yang.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/hello.py to hello.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/error.py to error.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/yin_parser.py to yin_parser.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/types.py to types.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/lint.py to lint.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jsonxsl.py to jsonxsl.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/__init__.py to __init__.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jstree.py to jstree.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/sample-xml-skeleton.py to sample-xml-skeleton.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/name.py to name.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/hypertree.py to hypertree.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/depend.py to depend.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/check_update.py to check_update.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/omni.py to omni.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/uml.py to uml.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/capability.py to capability.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jtox.py to jtox.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/xmi.py to xmi.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/ietf.py to ietf.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/smi.py to smi.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/tree.py to tree.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/xpath.py to xpath.pyc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; running install_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/man&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/man/man1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/modules&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/modules/iana&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/modules/ietf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/xslt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/images&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/share/yang/schema&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; creating /home/saber/.virtualenvs/ydk-py/etc/bash_completion.d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------------------------------------&lt;/P&gt;&lt;P&gt;Command "/home/saber/.virtualenvs/ydk-py/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kTgihB/pyang/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wfbB04-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/saber/.virtualenvs/ydk-py/include/site/python2.7/pyang" failed with error code 1 in /tmp/pip-build-kTgihB/pyang/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Succesful log:&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ pip list&lt;/P&gt;&lt;P&gt;ecdsa (0.13)&lt;/P&gt;&lt;P&gt;enum34 (1.1.3)&lt;/P&gt;&lt;P&gt;lxml (3.4.4)&lt;/P&gt;&lt;P&gt;paramiko (1.15.2)&lt;/P&gt;&lt;P&gt;pip (8.1.2)&lt;/P&gt;&lt;P&gt;pycrypto (2.6.1)&lt;/P&gt;&lt;P&gt;setuptools (28.8.0)&lt;/P&gt;&lt;P&gt;wheel (0.29.0)&lt;/P&gt;&lt;P&gt;You are using pip version 8.1.2, however version 9.0.1 is available.&lt;/P&gt;&lt;P&gt;You should consider upgrading via the 'pip install --upgrade pip' command.&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ ls -al Downloads/&lt;/P&gt;&lt;P&gt;total 45440&lt;/P&gt;&lt;P&gt;drwxr-xr-x&amp;nbsp; 2 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096 Jan 20 18:17 .&lt;/P&gt;&lt;P&gt;drwxr-xr-x 34 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096 Jan 20 18:19 ..&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 86911 Jan 20 18:17 ecdsa-0.13-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 61307 Jan 20 18:17 enum34-1.1.3-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 12427 Jan 20 18:17 enum34-1.1.6-py2-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 3537508 Jan 20 18:17 lxml-3.4.4.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 6759203 Jan 20 18:17 lxml-3.7.2-cp27-cp27m-manylinux1_x86_64.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 201470 Jan 20 18:17 m3-libxml2-python-2.6.9.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 63151 Jan 20 18:17 ncclient-0.5.3.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1220578 Jan 20 18:17 paramiko-1.15.2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 172565 Jan 20 18:17 paramiko-2.1.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 96932 Jan 20 18:17 pbr-1.10.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1198961 Jan 20 18:17 pip-8.1.2-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1254803 Jan 20 18:17 pip-9.0.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 114913 Jan 20 18:17 protobuf-3.0.0b2.post2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 347537 Jan 20 18:17 protobuf-3.1.0.post1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 299884 Jan 20 18:17 pyang-1.6-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 300545 Jan 20 18:17 pyang-1.7.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 446240 Jan 20 18:17 pycrypto-2.6.1.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 10341 Jan 20 18:17 six-1.10.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 38891 Jan 20 18:17 stevedore-1.19.1-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 2938611 Jan 20 18:17 Twisted-16.1.1.tar.bz2&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 2986179 Jan 20 18:17 Twisted-16.7.0rc1.tar.bz2&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp; 1820727 Jan 20 18:17 virtualenv-15.1.0-py2.py3-none-any.whl&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5691 Jan 20 18:17 virtualenv-clone-0.2.6.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp;&amp;nbsp; 90599 Jan 20 18:17 virtualenvwrapper-4.7.2.tar.gz&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber 22241779 Jan 20 18:17 ydk-py-0.5.2.zip&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 saber saber&amp;nbsp;&amp;nbsp; 150572 Jan 20 18:17 zope.interface-4.3.3.tar.gz&lt;/P&gt;&lt;P&gt;(ydk-py) λ ~/ pip install --no-index --find-links=/home/saber/Downloads/ /home/saber/Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ignoring indexes: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.python.org/simple" rel="nofollow" target="_blank"&gt;https://pypi.python.org/simple&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Processing ./Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): ecdsa==0.13 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): enum34==1.1.3 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): lxml==3.4.4 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): paramiko==1.15.2 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting pyang==1.6 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): pycrypto==2.6.1 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting Twisted&amp;gt;=16.0.0 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting protobuf==3.0.0b2.post2 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting ncclient&amp;gt;=0.4.7 (from ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting zope.interface&amp;gt;=3.6.0 (from Twisted&amp;gt;=16.0.0-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Collecting six&amp;gt;=1.9 (from protobuf==3.0.0b2.post2-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from protobuf==3.0.0b2.post2-&amp;gt;ydk==0.5.2)&lt;/P&gt;&lt;P&gt;Building wheels for collected packages: ydk&lt;/P&gt;&lt;P&gt;&amp;nbsp; Running setup.py bdist_wheel for ydk ... done&lt;/P&gt;&lt;P&gt;&amp;nbsp; Stored in directory: /home/saber/.cache/pip/wheels/2f/2a/e4/9b3bdc32336f3bdcc46c54d9b4f355f360ee579a2d88ecddcf&lt;/P&gt;&lt;P&gt;Successfully built ydk&lt;/P&gt;&lt;P&gt;Installing collected packages: pyang, zope.interface, Twisted, six, protobuf, ncclient, ydk&lt;/P&gt;&lt;P&gt;Successfully installed Twisted-16.1.1 ncclient-0.5.3 protobuf-3.0.0b2.post2 pyang-1.6 six-1.10.0 ydk-0.5.2 zope.interface-4.3.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:26:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440643#M3115</guid>
      <dc:creator>xiaoqinz</dc:creator>
      <dc:date>2017-01-21T02:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: help with failed ydk core install / compilation</title>
      <link>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440644#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This ended up being the solution. I had to go into the pyang tar file (used the tar and not the wheel) and edit per the link that you sent. I was actually able to do this in Ubuntu which actually repacked it then it automagically then it all worked well. I did not try the wheel so it is possible that it was fixed in the wheel but not the tar. &lt;A class="jive-link-external-small" href="https://github.com/mbj4668/pyang/issues/174" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0a63a7;"&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have this issue trying to pip install on my macbook pro in a virtualenvwrapper. This is what I discovered:&lt;/P&gt;
&lt;P&gt;There seems to be a problem with in pyang setup.py. I added the correct path to pyang in the pyang setup.py data_files and it worked.&lt;/P&gt;
&lt;P&gt;Changed From:&lt;BR /&gt; data_files=[&lt;BR /&gt; ('share/man/man1', man1),&lt;BR /&gt; ('share/yang/modules/iana', modules_iana),&lt;BR /&gt; ('share/yang/modules/ietf', modules_ietf),&lt;BR /&gt; ('share/yang/xslt', xslt),&lt;BR /&gt; ('share/yang/images', images),&lt;BR /&gt; ('share/yang/schema', schema),&lt;BR /&gt; ('etc/bash_completion.d', ['etc/bash_completion.d/pyang']),&lt;BR /&gt; ]&lt;BR /&gt; )&lt;BR /&gt; To:&lt;BR /&gt; data_files=[&lt;BR /&gt; ('share/man/man1', man1),&lt;BR /&gt; ('share/yang/modules/iana', modules_iana),&lt;BR /&gt; ('share/yang/modules/ietf', modules_ietf),&lt;BR /&gt; ('share/yang/xslt', xslt),&lt;BR /&gt; ('share/yang/images', images),&lt;BR /&gt; ('share/yang/schema', schema),&lt;BR /&gt; #('etc/bash_completion.d', ['etc/bash_completion.d/pyang']),&lt;BR /&gt; ('etc/bash_completion.d', ['bin/pyang']),&lt;BR /&gt; ]&lt;BR /&gt; )&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt; ~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/help-with-failed-ydk-core-install-compilation/m-p/3440644#M3116</guid>
      <dc:creator>dave_stern</dc:creator>
      <dc:date>2017-01-24T14:51:41Z</dc:date>
    </item>
  </channel>
</rss>

