Looks like it, have just made some fixes but doing further testing. You can try pip install couchbase==3.0.4b1 for a preview, though I’m doing some extra testing to ensure this works everywhere I can think of.
One further thing I’ve noticed is that older PIPs don’t necessary honour PEP517, so it may be necessary to upgrade your PIP/setuptools environment as follows:
I am also getting the same error using below command:-
pip install couchbase==3.0.4b1 -v -v -v
pip install couchbase
Error:-
Building wheel for couchbase (PEP 517) … error
ERROR: Failed building wheel for couchbase
Failed to build couchbase
ERROR: Could not build wheels for couchbase which use PEP 517 and cannot be installed directly
I’m using pip 21.0.1
Python 3.6.5
I have also tried all the versions which are mentioned above,still facing same error.
Please help me to resolve this.
Hi @Ganesh97 - What version of the Python SDK are you trying? Also, what Operating System are you on? Have you followed the updated docs and have all the prereqs installed?
If you have all the prereqs and reqs installed and still see problems, can you try the following and provide the output. There will be a lot of text in the output log file. To reduce the size, if you search for the text: Building wheels for collected packages: the content in the log file after that line is what is most useful.