On Tue, Aug 26, 2014 at 12:32 PM, Alexander Fortin <
Post by Alexander FortinOn Tue, Aug 26, 2014 at 7:50 AM, Kaushal Shriyan
Post by Kaushal ShriyanHi Jeff,
I am encountering the below issue.
Ehem... http://www.fabfile.org/installing.html
$ sudo pip install --upgrade Fabric
Downloading/unpacking Fabric from
https://pypi.python.org/packages/source/F/Fabric/Fabric-1.9.1.tar.gz#md5=434dfbdc47c160946c8a71d966526422
Downloading Fabric-1.9.1.tar.gz (219kB): 219kB downloaded
Running setup.py egg_info for package Fabric
warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
warning: no previously-included files matching '*.pyc' found under
directory 'tests'
warning: no previously-included files matching '*.pyo' found under
directory 'tests'
Requirement already up-to-date: paramiko>=1.10 in
/usr/local/lib/python2.7/dist-packages (from Fabric)
Requirement already up-to-date: pycrypto>=2.1,!=2.4 in
/usr/local/lib/python2.7/dist-packages (from paramiko>=1.10->Fabric)
Requirement already up-to-date: ecdsa in
/usr/local/lib/python2.7/dist-packages (from paramiko>=1.10->Fabric)
Installing collected packages: Fabric
Found existing installation: Fabric 1.9.0
Successfully uninstalled Fabric
Running setup.py install for Fabric
warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
warning: no previously-included files matching '*.pyc' found under
directory 'tests'
warning: no previously-included files matching '*.pyo' found under
directory 'tests'
Installing fab script to /usr/local/bin
Successfully installed Fabric
Cleaning up...
Hi Alexander,
Thanks for the reply and it worked like a charm.
MacBook-Pro-2:~ kaushal$ sudo pip install --upgrade Fabric
Password:
Downloading/unpacking Fabric from
https://pypi.python.org/packages/source/F/Fabric/Fabric-1.9.1.tar.gz#md5=434dfbdc47c160946c8a71d966526422
Downloading Fabric-1.9.1.tar.gz (219kB): 219kB downloaded
Running setup.py egg_info for package Fabric
warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
warning: no previously-included files matching '*.pyc' found under
directory 'tests'
warning: no previously-included files matching '*.pyo' found under
directory 'tests'
Downloading/unpacking paramiko>=1.10 from
https://pypi.python.org/packages/source/p/paramiko/paramiko-1.14.1.tar.gz#md5=6165e0274f9e4e4b82d9b44e793d8fc6
(from Fabric)
Downloading paramiko-1.14.1.tar.gz (1.1MB): 1.1MB downloaded
Running setup.py egg_info for package paramiko
Requirement already up-to-date: pycrypto>=2.1,!=2.4 in
/Library/Python/2.7/site-packages (from paramiko>=1.10->Fabric)
Requirement already up-to-date: ecdsa in /Library/Python/2.7/site-packages
(from paramiko>=1.10->Fabric)
Installing collected packages: Fabric, paramiko
Found existing installation: Fabric 1.9.0
Uninstalling Fabric:
Successfully uninstalled Fabric
Running setup.py install for Fabric
warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
warning: no previously-included files matching '*.pyc' found under
directory 'tests'
warning: no previously-included files matching '*.pyo' found under
directory 'tests'
Installing fab script to /usr/local/bin
Found existing installation: paramiko 1.14.0
Uninstalling paramiko:
Successfully uninstalled paramiko
Running setup.py install for paramiko
Successfully installed Fabric paramiko
Cleaning up...
MacBook-Pro-2:~ kaushal$ fab -V
Fabric 1.9.1
Paramiko 1.14.1
MacBook-Pro-2:~ kaushal$
Regards,
Kaushal