Sure here you go.
Last login: Thu Sep 7 10:34:47 on ttys008
NY-APatel-home:~ anish.patel$ python -c "from jnpr import junos; print junos"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Library/Python/2.7/site-packages/junos_eznc-2.1.7.dev0-py2.7.egg/jnpr/junos/__init__.py", line 1, in <module>
from jnpr.junos.device import Device
File "/Library/Python/2.7/site-packages/junos_eznc-2.1.7.dev0-py2.7.egg/jnpr/junos/device.py", line 18, in <module>
from ncclient import manager as netconf_ssh
File "build/bdist.macosx-10.11-intel/egg/ncclient/manager.py", line 22, in <module>
File "build/bdist.macosx-10.11-intel/egg/ncclient/operations/__init__.py", line 16, in <module>
File "build/bdist.macosx-10.11-intel/egg/ncclient/operations/rpc.py", line 20, in <module>
File "build/bdist.macosx-10.11-intel/egg/ncclient/transport/__init__.py", line 18, in <module>
File "build/bdist.macosx-10.11-intel/egg/ncclient/transport/ssh.py", line 26, in <module>
File "build/bdist.macosx-10.11-intel/egg/paramiko/__init__.py", line 31, in <module>
File "build/bdist.macosx-10.11-intel/egg/paramiko/transport.py", line 33, in <module>
ImportError: No module named cryptography.hazmat.backends
NY-APatel-home:~ anish.patel$
NY-APatel-home:~ anish.patel$
NY-APatel-home:~ anish.patel$ python -c "import sys; print sys.path"
['', '/Library/Python/2.7/site-packages/junos_eznc-2.1.7.dev0-py2.7.egg', '/Library/Python/2.7/site-packages/pyserial-3.4-py2.7.egg', '/Library/Python/2.7/site-packages/netaddr-0.7.19-py2.7.egg', '/Library/Python/2.7/site-packages/PyYAML-3.12-py2.7-macosx-10.11-intel.egg', '/Library/Python/2.7/site-packages/Jinja2-2.9.6-py2.7.egg', '/Library/Python/2.7/site-packages/scp-0.10.2-py2.7.egg', '/Library/Python/2.7/site-packages/paramiko-2.2.1-py2.7.egg', '/Library/Python/2.7/site-packages/ncclient-0.5.3-py2.7.egg', '/Library/Python/2.7/site-packages/lxml-3.8.0-py2.7-macosx-10.11-intel.egg', '/Library/Python/2.7/site-packages/MarkupSafe-1.0-py2.7-macosx-10.11-intel.egg', '/Library/Python/2.7/site-packages/pyasn1-0.3.3-py2.7.egg', '/Library/Python/2.7/site-packages/PyNaCl-1.1.2-py2.7-macosx-10.11-intel.egg', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages']
NY-APatel-home:~ anish.patel$