fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Problems installing Fabric 0.0.5


From: Jordi Funollet
Subject: [Fab-user] Problems installing Fabric 0.0.5
Date: Sun, 8 Jun 2008 23:22:52 +0200
User-agent: KMail/1.9.9

Hello everyone,

Just starting to use Fabric. No problem installing 0.0.4, but the last release 
doesn't builds on my system.

I'm not experienced with setuptools, but looks like it's not finding the right 
package.

------------------------------------------------------
bean$ sudo easy_install --upgrade Fabric
Searching for Fabric
Reading http://pypi.python.org/simple/Fabric/
Reading https://savannah.nongnu.org/projects/fab/
Best match: Fabric 0.0.5.macosx-10.4-i386
Downloading 
http://pypi.python.org/packages/any/F/Fabric/Fabric-0.0.5.macosx-10.4-i386.tar.gz#md5=68b06f103835493d47107600f2757e3e
Processing Fabric-0.0.5.macosx-10.4-i386.tar.gz
error: Couldn't find a setup script 
in /tmp/easy_install-n7DLNq/Fabric-0.0.5.macosx-10.4-i386.tar.gz
------------------------------------------------------

I also tried to point it at the right one; setuptools find it, but now raises 
another error.

------------------------------------------------------
bean$ sudo 
easy_install --upgrade 
'http://pypi.python.org/packages/source/F/Fabric/Fabric-0.0.5.tar.gz#md5=446f3c1276d78ea7269c7e452f541582'
Downloading 
http://pypi.python.org/packages/source/F/Fabric/Fabric-0.0.5.tar.gz#md5=446f3c1276d78ea7269c7e452f541582
Processing Fabric-0.0.5.tar.gz
Running Fabric-0.0.5/setup.py -q 
bdist_egg --dist-dir /tmp/easy_install-j3a194/Fabric-0.0.5/egg-dist-tmp-bX_2Oa
error: No such file or directory
------------------------------------------------------


It finds the package but raises an error when running the 'setup.py'. 
Download, untar and raises the same error:

------------------------------------------------------
bean$ python Fabric-0.0.5/setup.py
Traceback (most recent call last):
  File "Fabric-0.0.5/setup.py", line 4, in ?
    import fabric
  File "/home/jordif/spool/Fabric-0.0.5/fabric.py", line 51, in ?
    ENV = {
OSError: [Errno 2] No such file or directory
------------------------------------------------------


About my environment:

------------------------------------------------------
bean$ uname -a
Linux bean 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 
GNU/Linux

bean$ lsb_release -dirc
Distributor ID: Ubuntu
Description:    Ubuntu 8.04
Release:        8.04
Codename:       hardy
------------------------------------------------------


-- 
##############################
### Jordi Funollet
### http://www.terraquis.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]