We are using couchbase 3.0.10, and are planning to upgrade to 3.2.7
We have issue in in acouchbase
from acouchbase.cluster import Cluster,
from acouchbase.bucket import AsyncBucket
from couchbase.auth import PasswordAuthenticator
from couchbase.options import ClusterOptions
ModuleNotFoundError: No module named ‘acouchbase.bucket’
Hi @achari.prashant – Please see our async API documentation for examples. Also, we would recommend you move to the 4.x series of the SDK is possible (the 3.x series will go EOL soon).
4.x Docs
We also provide a handful of examples in the Github repo (see examples here).