Python SDK Python 3 compatability
I am attempting to use the python sdk to test our data model on Couchbase for a new project. Since this is a new project, I have installed the Couchbase 2 beta server and am attempting to use a python 3 based client to access it. The README for the python sdk available on github claims that it is compatible with any python version above 2.6.
On testing I could not get either Couchbase, nor it's dependency requests to import. The same goes with the version available on pypi. So is the client python 3 compatible? Is python 3 compatibility delayed due to the dependency on the requests library (which seems to be a new feature)?
I am just trying to figure out the direction of the current python client implementation.
We've not tested with Python 3, so it seems there may be a compatibility issue here we'd need to work through. Thanks for letting us know. We'll need to work out the specifics.