Acouchbase.bucket import AsyncBucket - ModuleNotFoundError

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’

plase share sample code to connect async 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).

3.x Docs

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.