fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Problems installing Fabric 0.0.5


From: Christian Vest Hansen
Subject: Re: [Fab-user] Problems installing Fabric 0.0.5
Date: Mon, 9 Jun 2008 09:36:59 +0200

That's... strange. I have made no packaging related changes between
0.0.4 and 0.0.5, with the exception of the version number.

I tried to replicate your problem on my end by first deleting all my
installed versions and then installing 0.0.3, then 0.0.4 and then
0.0.5, but in my hurry I forgot to include the --upgrade parameter
that you used. However, not including that parameter seems to make it
work.

So my best guess is, that it'll probably work if you just run the
command like this:

$ sudo easy_install
http://pypi.python.org/packages/source/F/Fabric/Fabric-0.0.5.tar.gz

I have no idea why upgrading didn't work in your first instance, or
why the macosx build seems to be the "best match" for all possible
platforms (I'de prefer if it only built the source package because
that's all people really need.)

In your download+untar attempt, I *think* you need to cd into the
Fabric-0.0.5 directory before running setup.py ... even though it does
seem to import the right fabric.py file.

On 6/8/08, Jordi Funollet <address@hidden> wrote:
> 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
>
>
>  _______________________________________________
>  Fab-user mailing list
>  address@hidden
>  http://lists.nongnu.org/mailman/listinfo/fab-user
>


-- 
Venlig hilsen / Kind regards,
Christian Vest Hansen.




reply via email to

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