You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Warner Onstine <wa...@gmail.com> on 2009/05/22 05:17:49 UTC

problem installing couchapp

Hi all,
I'm having a problem installing couchapp. It keeps getting to this part:
Searching for simplejson
Reading http://pypi.python.org/simple/simplejson/
Reading http://undefined.org/python/#simplejson
Best match: simplejson 2.0.9
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
Processing simplejson-2.0.9.tar.gz
Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE
No eggs found in
/tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup
script problem?)
error: Could not find required distribution simplejson

I'm trying to install on Leopard, Intel box.

Any help is greatly appreciated. I haven't been able to find much
online as of yet.

-warner

Re: problem installing couchapp

Posted by Benoit Chesneau <bc...@gmail.com>.
2009/5/22 Warner Onstine <wa...@gmail.com>:
> Hi all,
> I'm having a problem installing couchapp. It keeps getting to this part:
> Searching for simplejson
> Reading http://pypi.python.org/simple/simplejson/
> Reading http://undefined.org/python/#simplejson
> Best match: simplejson 2.0.9
> Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
> Processing simplejson-2.0.9.tar.gz
> Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE
> No eggs found in
> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup
> script problem?)
> error: Could not find required distribution simplejson
>
> I'm trying to install on Leopard, Intel box.
>
> Any help is greatly appreciated. I haven't been able to find much
> online as of yet.
>
> -warner
>

You could try to install simplejson from source. Download source and
python setup.py install.  Source is available here :

http://pypi.python.org/pypi/simplejson/



- benoit

Re: problem installing couchapp

Posted by Warner Onstine <wa...@gmail.com>.
Yeah, I found that after doing another search this morning (checkin
that someone just did a few hours ago) and built directly from source
which (I think) updated my setuptools stuff. All's good, thanks Jan.

-warner

On Fri, May 22, 2009 at 2:08 AM, Jan Lehnardt <ja...@apache.org> wrote:
>
> On 22 May 2009, at 05:17, Warner Onstine wrote:
>
>> Hi all,
>> I'm having a problem installing couchapp. It keeps getting to this part:
>> Searching for simplejson
>> Reading http://pypi.python.org/simple/simplejson/
>> Reading http://undefined.org/python/#simplejson
>> Best match: simplejson 2.0.9
>> Downloading
>> http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
>> Processing simplejson-2.0.9.tar.gz
>> Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir
>> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE
>> No eggs found in
>> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup
>> script problem?)
>> error: Could not find required distribution simplejson
>>
>> I'm trying to install on Leopard, Intel box.
>>
>> Any help is greatly appreciated. I haven't been able to find much
>> online as of yet.
>
> You can also try `sudo easy_install -U simplejson`.
>
> Cheers
> Jan
> --
>

Re: problem installing couchapp

Posted by Jan Lehnardt <ja...@apache.org>.
On 22 May 2009, at 05:17, Warner Onstine wrote:

> Hi all,
> I'm having a problem installing couchapp. It keeps getting to this  
> part:
> Searching for simplejson
> Reading http://pypi.python.org/simple/simplejson/
> Reading http://undefined.org/python/#simplejson
> Best match: simplejson 2.0.9
> Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5 
> =af5e67a39ca3408563411d357e6d5e47
> Processing simplejson-2.0.9.tar.gz
> Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE
> No eggs found in
> /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup
> script problem?)
> error: Could not find required distribution simplejson
>
> I'm trying to install on Leopard, Intel box.
>
> Any help is greatly appreciated. I haven't been able to find much
> online as of yet.

You can also try `sudo easy_install -U simplejson`.

Cheers
Jan
--