Thanks. You rock Jeff :) sudo apt-get install python-dev resolved it. :)
On Wed, Sep 28, 2011 at 4:24 PM, Jeff Forcier <[email protected]> wrote: > It sounds like you may not have python-dev installed? Try checking > over that install doc I linked and make sure everything is set up > correctly :) > > > On Wed, Sep 28, 2011 at 4:14 PM, Nilesh <[email protected]> wrote: >> Thanks again Jeff. pip.log attached after executing below steps. >> >> $ mkvirtualenv --no-site-packages y >> $ cd ~/domains/y >> (y)nilesh@puppet:~/domains/y$ pip install pycrypto==2.3 >> (y)nilesh@puppet:~/domains/y$ cp ~/.pip/pip.log /home/nilesh/Dropbox/ >> >> >> On Wed, Sep 28, 2011 at 3:55 PM, Jeff Forcier <[email protected]> wrote: >>> On Wed, Sep 28, 2011 at 3:41 PM, Nilesh <[email protected]> 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 >>> >> > > > > -- > Jeff Forcier > Unix sysadmin; Python/Ruby engineer > http://bitprophet.org > _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
