I am trying to install couchbase client on my RedHat server. I am executing the below command to complete installation. I see download begins but fails with the below error.
This server does not have access to the internet hence its failing to download from github. I would like to know if others have faced a similar issue installing the same. Do we have any workaround other than pulling this from github.
python3.6 -m pip install couchbase
Cloning into 'libcouchbase_src'...
fatal: unable to access 'https://github.com/couchbase/libcouchbase/': Could not resolve host: github.com; Name or service not known
Cloning into 'libcouchbase_src'...
fatal: unable to access 'https://github.com/couchbase/libcouchbase/': Could not resolve host: github.com; Name or service not known
Cloning into 'libcouchbase_src'...
fatal: unable to access 'https://github.com/couchbase/libcouchbase/': Could not resolve host: github.com; Name or service not known
-- Had to git clone more than once:
3 times.
CMake Error at /tmp/pip-req-build-vfbrx5td/build/temp.linux-x86_64-3.6/libcouchbase_src-prefix/tmp/libcouchbase_src-gitclone.cmake:31 (message):
Failed to clone repository: 'https://github.com/couchbase/libcouchbase'