01-10-2017 11:06 AM
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).
Can you give me an idea of what is wrong?
Getting an error when installing the core bundle
creating /usr/local/etc/bash_completion.d
error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file
--compile failed with error code 1 in /tmp/pip_build_root/pyang
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1436, in install
requirement.install(install_options, global_options, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 707, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 715, in call_subprocess
% (command_desc, proc.returncode, cwd))
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
01-18-2017 10:33 AM
Hi David,
Thanks for raising this issue. Are you installing ydk core under virtualenv? I found a similar issue here, and the suggested approach is to "Running pip install --upgrade pip within virtualenv fixed this issue.". Would this help for this issue?
01-19-2017 07:16 AM
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.
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
Other sites offer that since we are using the virtual environment that I should not have to sudo.
I can now execute
pip install --no-index --find-links=/home/id22/Desktop/pywrapperetc/ /home/id22/Desktop/ydk-py-master/core/dist/ydk-0.5.2.tar.gz
some of the other pyang type messages point to bad pointers in the distribution, I just don't know.
Attached the latest log. Any assistance is appreciated, still have the same problem but solved another one with sudo -H
01-24-2017 06:51 AM
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. here
I have this issue trying to pip install on my macbook pro in a virtualenvwrapper. This is what I discovered:
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.
Changed From:
data_files=[
('share/man/man1', man1),
('share/yang/modules/iana', modules_iana),
('share/yang/modules/ietf', modules_ietf),
('share/yang/xslt', xslt),
('share/yang/images', images),
('share/yang/schema', schema),
('etc/bash_completion.d', ['etc/bash_completion.d/pyang']),
]
)
To:
data_files=[
('share/man/man1', man1),
('share/yang/modules/iana', modules_iana),
('share/yang/modules/ietf', modules_ietf),
('share/yang/xslt', xslt),
('share/yang/images', images),
('share/yang/schema', schema),
#('etc/bash_completion.d', ['etc/bash_completion.d/pyang']),
('etc/bash_completion.d', ['bin/pyang']),
]
)
~
01-19-2017 09:38 AM
It'd great if you can share the details on OS and version you're using.
01-19-2017 09:44 AM
Ubuntu 14.04 LTS
01-19-2017 10:03 AM
Is there network limitation on this machine, so the local tarballs for ydk dependencies are used?
01-19-2017 10:26 AM
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.
01-19-2017 10:58 AM
The installation process takes care of many dependencies and relies on internet connectivity. I'm not familiar with the changes needed to make the installation work on a disconnected host. Let me suggest a couple of alternatives. We have a Vagrant sandbox that gives you an Ubuntu machine with YDK-Py pre-installed with hundreds of sample apps. The only requirement to run the sandbox is a host with Virtualbox and Vagrant installed. Alternatively, we can try sharing an OVA of that sandbox.
01-19-2017 11:19 AM
Ouch! I was hoping you would have an idea with the pip error log's.
We can move this app to virtualbox if we have too.
Dave
01-19-2017 08:39 PM
Hi Dave,
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.
01-20-2017 06:32 AM
within virtual (ydk-py)
ecdsa (0.13)
enum34 (1.1.3)
lxml (3.4.4)
paramiko (1.15.2)
pip (8.1.2)
pycrypto (2.6.1)
setuptools (28.8.0)
wheel (0.29.0)
***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.
on base system
adium-theme-ubuntu (0.3.4)
apt-xapian-index (0.45)
chardet (2.0.1)
colorama (0.2.5)
command-not-found (0.3)
configobj (4.7.2)
debtagshw (0.1)
defer (1.0.6)
dirspec (13.10)
duplicity (0.6.23)
ecdsa (0.13)
enum34 (1.1.3)
html5lib (0.999)
httplib2 (0.8)
Landscape-Client (14.12)
lockfile (0.8)
lxml (3.4.4)
oauthlib (0.6.1)
oneconf (0.3.7.14.4.1)
PAM (0.4.2)
paramiko (1.15.2)
pbr (1.10.0)
pexpect (3.1)
Pillow (2.3.0)
pip (9.0.1)
piston-mini-client (0.7.5)
pycrypto (2.6.1)
pycups (1.9.66)
pygobject (3.12.0)
pyOpenSSL (0.13)
pyserial (2.6)
pysmbc (1.0.14.1)
python-apt (0.9.3.5ubuntu1)
python-debian (0.1.21-nmu2ubuntu2)
pyxdg (0.25)
reportlab (3.0)
requests (2.2.1)
sessioninstaller (0.0.0)
setuptools (3.3)
six (1.10.0)
software-center-aptd-plugins (0.0.0)
ssh-import-id (3.21)
stevedore (1.19.1)
system-service (0.1.6)
Twisted-Core (13.2.0)
Twisted-Web (13.2.0)
unity-lens-photos (1.0)
urllib3 (1.7.1)
virtualenv (15.1.0)
virtualenv-clone (0.2.6)
virtualenvwrapper (4.7.2)
wheel (0.24.0)
xdiagnose (3.6.3build2)
zope.interface (4.0.5)
01-20-2017 06:26 PM
Thanks. I tried to reproduce and run into the same error when I tried to "pip install pyang-1.6.tar.gz" downloaded pypi.https://pypi.python.org/pypi/pyang/1.6 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 GitHub release page).
I was able to install using the same command if I replace the "pyang-1.6.tar.gz" with "pyang-1.6-py2.py3-none-any.whl".
Failed log:
λ ~/ pip list
adium-theme-ubuntu (0.3.4)
apt-xapian-index (0.45)
argparse (1.2.1)
boto (2.20.1)
chardet (2.0.1)
colorama (0.2.5)
command-not-found (0.3)
configobj (4.7.2)
debtagshw (0.1)
defer (1.0.6)
dirspec (13.10)
duplicity (0.6.23)
ecdsa (0.13)
enum34 (1.1.3)
html5lib (0.999)
httplib2 (0.8)
Landscape-Client (14.12)
lockfile (0.8)
lxml (3.3.3)
oauthlib (0.6.1)
oneconf (0.3.7.14.04.1)
PAM (0.4.2)
pbr (1.10.0)
pexpect (3.1)
Pillow (2.3.0)
pip (1.5.4)
piston-mini-client (0.7.5)
pycrypto (2.6.1)
pycups (1.9.66)
pycurl (7.19.3)
pygobject (3.12.0)
pyOpenSSL (0.13)
pyserial (2.6)
pysmbc (1.0.14.1)
python-apt (0.9.3.5ubuntu2)
python-cloudfiles (1.7.10)
python-debian (0.1.21-nmu2ubuntu2)
pyxdg (0.25)
reportlab (3.0)
requests (2.2.1)
sessioninstaller (0.0.0)
setuptools (3.3)
six (1.10.0)
software-center-aptd-plugins (0.0.0)
ssh-import-id (3.21)
stevedore (1.20.0)
system-service (0.1.6)
Twisted-Core (13.2.0)
Twisted-Web (13.2.0)
unity-lens-photos (1.0)
urllib3 (1.7.1)
virtualenv (15.1.0)
virtualenv-clone (0.2.6)
virtualenvwrapper (4.7.2)
wheel (0.24.0)
wsgiref (0.1.2)
xdiagnose (3.6.3build2)
zope.interface (4.0.5)
λ ~/ workon ydk-py
/home/saber/.virtualenvs/ydk-py/bin/python: No module named virtualenvwrapper
(ydk-py) λ ~/ pip list
ecdsa (0.13)
enum34 (1.1.3)
lxml (3.4.4)
paramiko (1.15.2)
pip (8.1.2)
pycrypto (2.6.1)
setuptools (28.8.0)
wheel (0.29.0)
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(ydk-py) λ ~/ pwd
/home/saber
(ydk-py) λ ~/ ls -al Downloads
total 45372
drwxr-xr-x 2 saber saber 4096 Jan 20 17:59 .
drwxr-xr-x 33 saber saber 4096 Jan 20 18:01 ..
-rw-rw-r-- 1 saber saber 86911 Jan 20 17:44 ecdsa-0.13-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 61307 Jan 20 17:31 enum34-1.1.3-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 12427 Jan 20 17:38 enum34-1.1.6-py2-none-any.whl
-rw-rw-r-- 1 saber saber 3537508 Jan 20 17:37 lxml-3.4.4.tar.gz
-rw-rw-r-- 1 saber saber 6759203 Jan 20 17:36 lxml-3.7.2-cp27-cp27m-manylinux1_x86_64.whl
-rw-rw-r-- 1 saber saber 201470 Jan 20 17:33 m3-libxml2-python-2.6.9.tar.gz
-rw-rw-r-- 1 saber saber 63151 Jan 20 17:29 ncclient-0.5.3.tar.gz
-rw-rw-r-- 1 saber saber 1220578 Jan 20 17:39 paramiko-1.15.2.tar.gz
-rw-rw-r-- 1 saber saber 172565 Jan 20 17:35 paramiko-2.1.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 96932 Jan 20 17:40 pbr-1.10.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 1198961 Jan 20 17:33 pip-8.1.2-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 1254803 Jan 20 17:42 pip-9.0.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 114913 Jan 20 17:37 protobuf-3.0.0b2.post2.tar.gz
-rw-rw-r-- 1 saber saber 347537 Jan 20 17:38 protobuf-3.1.0.post1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 128322 Jan 20 17:43 pyang-1.6.tar.gz
-rw-rw-r-- 1 saber saber 300545 Jan 20 17:35 pyang-1.7.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 446240 Jan 20 17:50 pycrypto-2.6.1.tar.gz
-rw-rw-r-- 1 saber saber 10341 Jan 20 17:43 six-1.10.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 38891 Jan 20 17:32 stevedore-1.19.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 2938611 Jan 20 17:44 Twisted-16.1.1.tar.bz2
-rw-rw-r-- 1 saber saber 2986179 Jan 20 17:34 Twisted-16.7.0rc1.tar.bz2
-rw-rw-r-- 1 saber saber 1820727 Jan 20 17:39 virtualenv-15.1.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 5691 Jan 20 17:43 virtualenv-clone-0.2.6.tar.gz
-rw-rw-r-- 1 saber saber 90599 Jan 20 17:30 virtualenvwrapper-4.7.2.tar.gz
-rw-rw-r-- 1 saber saber 22241779 Jan 20 17:47 ydk-py-0.5.2.zip
-rw-rw-r-- 1 saber saber 150572 Jan 20 17:41 zope.interface-4.3.3.tar.gz
(ydk-py) λ ~/ ls -al Cisco/ydk-py/core/dist
total 52
drwxrwxr-x 2 saber saber 4096 Jan 20 09:32 .
drwxrwxr-x 6 saber saber 4096 Jan 20 09:32 ..
-rw-rw-r-- 1 saber saber 41896 Jan 20 09:32 ydk-0.5.2.tar.gz
(ydk-py) λ ~/ pip install --no-index --find-links=/home/saber/Downloads/ /home/saber/Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz
Ignoring indexes: https://pypi.python.org/simple
Processing ./Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): ecdsa==0.13 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)
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)
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)
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)
Collecting pyang==1.6 (from ydk==0.5.2)
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)
Collecting Twisted>=16.0.0 (from ydk==0.5.2)
Collecting protobuf==3.0.0b2.post2 (from ydk==0.5.2)
Collecting ncclient>=0.4.7 (from ydk==0.5.2)
Collecting zope.interface>=3.6.0 (from Twisted>=16.0.0->ydk==0.5.2)
Collecting six>=1.9 (from protobuf==3.0.0b2.post2->ydk==0.5.2)
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from protobuf==3.0.0b2.post2->ydk==0.5.2)
Building wheels for collected packages: ydk, pyang, Twisted, protobuf, ncclient, zope.interface
Running setup.py bdist_wheel for ydk ... done
Stored in directory: /home/saber/.cache/pip/wheels/2f/2a/e4/9b3bdc32336f3bdcc46c54d9b4f355f360ee579a2d88ecddcf
Running setup.py bdist_wheel for pyang ... error
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:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/pyang
copying pyang/plugin.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/grammar.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/syntax.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/util.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/__init__.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/yang_parser.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/statements.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/hello.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/error.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/yin_parser.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/types.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/xpath.py -> build/lib.linux-x86_64-2.7/pyang
creating build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/lint.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jsonxsl.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/__init__.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jstree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/sample-xml-skeleton.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/name.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/hypertree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/depend.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/check_update.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/omni.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/uml.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/capability.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jtox.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/xmi.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/ietf.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/smi.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/tree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
creating build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/dsdl.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/schemanode.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/__init__.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/yin.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/yang.py -> build/lib.linux-x86_64-2.7/pyang/translators
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/pyang -> build/scripts-2.7
copying and adjusting bin/yang2html -> build/scripts-2.7
copying bin/yang2dsdl -> build/scripts-2.7
copying and adjusting bin/json2xml -> build/scripts-2.7
changing mode of build/scripts-2.7/pyang from 664 to 775
changing mode of build/scripts-2.7/yang2html from 664 to 775
changing mode of build/scripts-2.7/json2xml from 664 to 775
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/plugin.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/grammar.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/syntax.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/util.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/__init__.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/yang_parser.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/statements.py -> build/bdist.linux-x86_64/wheel/pyang
creating build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/dsdl.py -> build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/schemanode.py -> build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/__init__.py -> build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/yin.py -> build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/yang.py -> build/bdist.linux-x86_64/wheel/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/hello.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/error.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/yin_parser.py -> build/bdist.linux-x86_64/wheel/pyang
copying build/lib.linux-x86_64-2.7/pyang/types.py -> build/bdist.linux-x86_64/wheel/pyang
creating build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/lint.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jsonxsl.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jstree.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/sample-xml-skeleton.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/name.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/hypertree.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/depend.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/check_update.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/omni.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/uml.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/capability.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jtox.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/xmi.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/ietf.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/smi.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/tree.py -> build/bdist.linux-x86_64/wheel/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/xpath.py -> build/bdist.linux-x86_64/wheel/pyang
running install_data
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/man
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/man/man1
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules/iana
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/modules/ietf
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/xslt
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/images
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/share/yang/schema
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/etc
creating build/bdist.linux-x86_64/wheel/pyang-1.6.data/data/etc/bash_completion.d
error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file
----------------------------------------
Failed building wheel for pyang
Running setup.py clean for pyang
Running setup.py bdist_wheel for Twisted ... done
Stored in directory: /home/saber/.cache/pip/wheels/c0/76/8f/ba7b7b0dfa5975c1454551ef43e5de68b26aa0c60c948024c2
Running setup.py bdist_wheel for protobuf ... done
Stored in directory: /home/saber/.cache/pip/wheels/25/ca/28/6ff47ee0ae155001a605492745f4a19f0bcffa43a95d4ba7c5
Running setup.py bdist_wheel for ncclient ... done
Stored in directory: /home/saber/.cache/pip/wheels/3f/37/2f/09def8777d43ab8c907caa6018cac8d3441f651cbe7b6df6aa
Running setup.py bdist_wheel for zope.interface ... done
Stored in directory: /home/saber/.cache/pip/wheels/d3/60/b9/0b9e9e7af3007493d65d82bf8c9293c4cc77c86c086265a751
Successfully built ydk Twisted protobuf ncclient zope.interface
Failed to build pyang
Installing collected packages: pyang, zope.interface, Twisted, six, protobuf, ncclient, ydk
Running setup.py install for pyang ... error
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:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/pyang
copying pyang/plugin.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/grammar.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/syntax.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/util.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/__init__.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/yang_parser.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/statements.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/hello.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/error.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/yin_parser.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/types.py -> build/lib.linux-x86_64-2.7/pyang
copying pyang/xpath.py -> build/lib.linux-x86_64-2.7/pyang
creating build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/lint.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jsonxsl.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/__init__.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jstree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/sample-xml-skeleton.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/name.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/hypertree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/depend.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/check_update.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/omni.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/uml.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/capability.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/jtox.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/xmi.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/ietf.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/smi.py -> build/lib.linux-x86_64-2.7/pyang/plugins
copying pyang/plugins/tree.py -> build/lib.linux-x86_64-2.7/pyang/plugins
creating build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/dsdl.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/schemanode.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/__init__.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/yin.py -> build/lib.linux-x86_64-2.7/pyang/translators
copying pyang/translators/yang.py -> build/lib.linux-x86_64-2.7/pyang/translators
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/pyang -> build/scripts-2.7
copying and adjusting bin/yang2html -> build/scripts-2.7
copying bin/yang2dsdl -> build/scripts-2.7
copying and adjusting bin/json2xml -> build/scripts-2.7
changing mode of build/scripts-2.7/pyang from 664 to 775
changing mode of build/scripts-2.7/yang2html from 664 to 775
changing mode of build/scripts-2.7/json2xml from 664 to 775
running install_lib
creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/plugin.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/grammar.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/syntax.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/util.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/__init__.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/yang_parser.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/statements.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/dsdl.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/schemanode.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/__init__.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/yin.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/translators/yang.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators
copying build/lib.linux-x86_64-2.7/pyang/hello.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/error.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/yin_parser.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
copying build/lib.linux-x86_64-2.7/pyang/types.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
creating /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/lint.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jsonxsl.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/__init__.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jstree.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/sample-xml-skeleton.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/name.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/hypertree.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/depend.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/check_update.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/omni.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/uml.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/capability.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/jtox.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/xmi.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/ietf.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/smi.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/plugins/tree.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins
copying build/lib.linux-x86_64-2.7/pyang/xpath.py -> /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugin.py to plugin.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/grammar.py to grammar.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/syntax.py to syntax.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/util.py to util.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/__init__.py to __init__.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/yang_parser.py to yang_parser.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/statements.py to statements.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/dsdl.py to dsdl.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/schemanode.py to schemanode.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/__init__.py to __init__.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/yin.py to yin.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/translators/yang.py to yang.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/hello.py to hello.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/error.py to error.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/yin_parser.py to yin_parser.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/types.py to types.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/lint.py to lint.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jsonxsl.py to jsonxsl.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/__init__.py to __init__.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jstree.py to jstree.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/sample-xml-skeleton.py to sample-xml-skeleton.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/name.py to name.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/hypertree.py to hypertree.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/depend.py to depend.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/check_update.py to check_update.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/omni.py to omni.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/uml.py to uml.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/capability.py to capability.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/jtox.py to jtox.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/xmi.py to xmi.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/ietf.py to ietf.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/smi.py to smi.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/plugins/tree.py to tree.pyc
byte-compiling /home/saber/.virtualenvs/ydk-py/lib/python2.7/site-packages/pyang/xpath.py to xpath.pyc
running install_data
creating /home/saber/.virtualenvs/ydk-py/share
creating /home/saber/.virtualenvs/ydk-py/share/man
creating /home/saber/.virtualenvs/ydk-py/share/man/man1
creating /home/saber/.virtualenvs/ydk-py/share/yang
creating /home/saber/.virtualenvs/ydk-py/share/yang/modules
creating /home/saber/.virtualenvs/ydk-py/share/yang/modules/iana
creating /home/saber/.virtualenvs/ydk-py/share/yang/modules/ietf
creating /home/saber/.virtualenvs/ydk-py/share/yang/xslt
creating /home/saber/.virtualenvs/ydk-py/share/yang/images
creating /home/saber/.virtualenvs/ydk-py/share/yang/schema
creating /home/saber/.virtualenvs/ydk-py/etc
creating /home/saber/.virtualenvs/ydk-py/etc/bash_completion.d
error: can't copy 'etc/bash_completion.d/pyang': doesn't exist or not a regular file
----------------------------------------
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/
Succesful log:
(ydk-py) λ ~/ pip list
ecdsa (0.13)
enum34 (1.1.3)
lxml (3.4.4)
paramiko (1.15.2)
pip (8.1.2)
pycrypto (2.6.1)
setuptools (28.8.0)
wheel (0.29.0)
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(ydk-py) λ ~/ ls -al Downloads/
total 45440
drwxr-xr-x 2 saber saber 4096 Jan 20 18:17 .
drwxr-xr-x 34 saber saber 4096 Jan 20 18:19 ..
-rw-rw-r-- 1 saber saber 86911 Jan 20 18:17 ecdsa-0.13-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 61307 Jan 20 18:17 enum34-1.1.3-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 12427 Jan 20 18:17 enum34-1.1.6-py2-none-any.whl
-rw-rw-r-- 1 saber saber 3537508 Jan 20 18:17 lxml-3.4.4.tar.gz
-rw-rw-r-- 1 saber saber 6759203 Jan 20 18:17 lxml-3.7.2-cp27-cp27m-manylinux1_x86_64.whl
-rw-rw-r-- 1 saber saber 201470 Jan 20 18:17 m3-libxml2-python-2.6.9.tar.gz
-rw-rw-r-- 1 saber saber 63151 Jan 20 18:17 ncclient-0.5.3.tar.gz
-rw-rw-r-- 1 saber saber 1220578 Jan 20 18:17 paramiko-1.15.2.tar.gz
-rw-rw-r-- 1 saber saber 172565 Jan 20 18:17 paramiko-2.1.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 96932 Jan 20 18:17 pbr-1.10.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 1198961 Jan 20 18:17 pip-8.1.2-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 1254803 Jan 20 18:17 pip-9.0.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 114913 Jan 20 18:17 protobuf-3.0.0b2.post2.tar.gz
-rw-rw-r-- 1 saber saber 347537 Jan 20 18:17 protobuf-3.1.0.post1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 299884 Jan 20 18:17 pyang-1.6-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 300545 Jan 20 18:17 pyang-1.7.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 446240 Jan 20 18:17 pycrypto-2.6.1.tar.gz
-rw-rw-r-- 1 saber saber 10341 Jan 20 18:17 six-1.10.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 38891 Jan 20 18:17 stevedore-1.19.1-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 2938611 Jan 20 18:17 Twisted-16.1.1.tar.bz2
-rw-rw-r-- 1 saber saber 2986179 Jan 20 18:17 Twisted-16.7.0rc1.tar.bz2
-rw-rw-r-- 1 saber saber 1820727 Jan 20 18:17 virtualenv-15.1.0-py2.py3-none-any.whl
-rw-rw-r-- 1 saber saber 5691 Jan 20 18:17 virtualenv-clone-0.2.6.tar.gz
-rw-rw-r-- 1 saber saber 90599 Jan 20 18:17 virtualenvwrapper-4.7.2.tar.gz
-rw-rw-r-- 1 saber saber 22241779 Jan 20 18:17 ydk-py-0.5.2.zip
-rw-rw-r-- 1 saber saber 150572 Jan 20 18:17 zope.interface-4.3.3.tar.gz
(ydk-py) λ ~/ pip install --no-index --find-links=/home/saber/Downloads/ /home/saber/Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz
Ignoring indexes: https://pypi.python.org/simple
Processing ./Cisco/ydk-py/core/dist/ydk-0.5.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): ecdsa==0.13 in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from ydk==0.5.2)
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)
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)
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)
Collecting pyang==1.6 (from ydk==0.5.2)
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)
Collecting Twisted>=16.0.0 (from ydk==0.5.2)
Collecting protobuf==3.0.0b2.post2 (from ydk==0.5.2)
Collecting ncclient>=0.4.7 (from ydk==0.5.2)
Collecting zope.interface>=3.6.0 (from Twisted>=16.0.0->ydk==0.5.2)
Collecting six>=1.9 (from protobuf==3.0.0b2.post2->ydk==0.5.2)
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.virtualenvs/ydk-py/lib/python2.7/site-packages (from protobuf==3.0.0b2.post2->ydk==0.5.2)
Building wheels for collected packages: ydk
Running setup.py bdist_wheel for ydk ... done
Stored in directory: /home/saber/.cache/pip/wheels/2f/2a/e4/9b3bdc32336f3bdcc46c54d9b4f355f360ee579a2d88ecddcf
Successfully built ydk
Installing collected packages: pyang, zope.interface, Twisted, six, protobuf, ncclient, ydk
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide