pip install couchbase error

482 views
Skip to first unread message

e-une-ver.32

unread,
Feb 11, 2014, 5:43:08 PM2/11/14
to couc...@googlegroups.com
Hi,

I'm getting this error when running 

pip install couchbase

Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\ppp_2\\appdata\\local\\temp\\pip_bu
ild_ppp_2\\couchbase\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __
file__, 'exec'))" install --record c:\users\ppp_2\appdata\local\temp\pip-fdn1xq-record\install-record.txt --single-vers
ion-externally-managed --compile failed with error code 1 in c:\users\ppp_2\appdata\local\temp\pip_build_ppp_2\couchbase

Would anyone know what might be causing this?

I'm on Windows8

Thanks.

Mark Nunberg

unread,
Feb 11, 2014, 6:40:29 PM2/11/14
to couc...@googlegroups.com
I'm still investigating the pip issue. I'd recommend you download the exe installer for the client library. easy_install couchbase also works here.

In the future we can use the 'wheel' distribution format in addition to the .exe installers.
--
You received this message because you are subscribed to the Google Groups "Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to couchbase+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

e-une-ver.32

unread,
Feb 14, 2014, 5:26:42 PM2/14/14
to couc...@googlegroups.com
Correct. The exe installer worked fine.
What I think was happening is that the pip installer version was trying to run a compile and looking for a C compiler?
The resulting message was a bit cryptic.

Mark Nunberg

unread,
Feb 14, 2014, 5:28:10 PM2/14/14
to couc...@googlegroups.com
Yes, that's what happened. In the future I'll try to do a 'wheel' format. It seems that it's what pip does when it encounters windows packages -- it tries to compile them by default and won't look for the exe installed. easy_install will.

Newer versions of pip will check for a 'wheel' package and use that, unfortunately we don't generate 'wheel' packages yet, but we may do so later.
Reply all
Reply to author
Forward
0 new messages