SDK 3.2.1 Error FileNotFoundError README.rst

Python 3.8
SO ubuntu 20.04.3 LTS

Hi @nelsonxx1 – the missing README.rst is not going to be the real reason as to why the build failed. Could you provide the full output of the failed install?

Do you have all the prereqs installed? See Requirements and Linux sections in the docs.

Running the following will output the install with verbosity to the file specified. The details toward the bottom of the file when the couchbase wheel building begins is what would be needed (should start with line that says “Building wheels for collected packages:”)

python3 -m pip install couchbase --no-cache --force-reinstall --log ./couchbase_install.txt

On another note, I will create a ticket to clean up the code that is dealing w/ the README.rst.