Pyez – First Impressions – Installation
Jun 28
Hi,
While exploring about Pyez and its possible deployment options, the initial installation took me a while to figure out installation dependencies. Went through different sites and options but had no luck. Finally, on a ubuntu Vm I was able to make it work. Here are the steps
The link has a list of dependencies for each OS
http://www.juniper.net/techpubs/en_US/junos-pyez1.0/topics/task/installation/junos-pyez-server-installing.html
Let us make sure we have all the files within the system, for this am assuming fresh install of Ubuntu system
Installing Dependencies
Now, once done with dependencies, you have to install the PYEZ Package, make sure this install goes clean without any errors
I have already installed Eznc and its libraries previously, i tried to uninstall and re-install , while process and end-output remains the same “installed successfully” the intermediary output may vary accordingly
First check on library installation
open python and try to import Device Module from jnpr.junos package, if it does not throw any error then the installation is a Success
Connecting to the Device – Hello_World_Pyez
Will continue this series on more ways of using PyEz
Regards
Rakesh M
Nov 22, 2016 @ 13:04:06
Another awesome post.
Have you also looked at the Memo Python library?.