StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

Couchbase python client installation fails #150

Closed loomis closed 10 years ago

loomis commented 10 years ago

The Couchbase python client installation fails during compilation because it cannot find the c-language sources. The error is:

gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c src/exceptions.c -o build/temp.linux-x86_64-2.6/src/exceptions.o

gcc: src/exceptions.c: No such file or directory

gcc: no input files

error: command 'gcc' failed with exit status 1

This is because the package requires a version of pip more recent than the default v1.3.1.