fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] The `plugin_env` should be an ``Environment`` instance th


From: Nilesh
Subject: Re: [Fab-user] The `plugin_env` should be an ``Environment`` instance that contains pkg_resources.VersionConflict: (pycrypto 2.0.1 (/usr/lib/python2.6/dist-packages), Requirement.parse('pycrypto>=2.1'))
Date: Wed, 28 Sep 2011 16:14:00 -0700

Thanks again Jeff. pip.log attached after executing below steps.

$ mkvirtualenv --no-site-packages y
$ cd ~/domains/y
(y)address@hidden:~/domains/y$ pip install pycrypto==2.3
(y)address@hidden:~/domains/y$ cp ~/.pip/pip.log /home/nilesh/Dropbox/


On Wed, Sep 28, 2011 at 3:55 PM, Jeff Forcier <address@hidden> wrote:
> On Wed, Sep 28, 2011 at 3:41 PM, Nilesh <address@hidden> wrote:
>
>>
>> ----snip----
>>
>> error: command 'gcc' failed with exit status 1
>
> You might not have the right dependencies to build PyCrypto any
> longer, depending on how/when you obtained 2.0.1 (did you install it
> via a package manager, or was it only installed by pip-installing an
> earlier Fabric? etc)
>
> I can't say more unless we can see some of what you -snip-'d :) why
> did gcc fail?
>
> If you haven't already, check out Fab's install docs for some of the
> various issues surrounding PyCrypto:
>
>    http://docs.fabfile.org/en/1.2.2/installation.html#pycrypto
>
> Best,
> Jeff
>
> --
> Jeff Forcier
> Unix sysadmin; Python/Ruby engineer
> http://bitprophet.org
>

Attachment: pip.log
Description: Binary data


reply via email to

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