Hi Alex, Use the version from git and see if you get the same error:
git clone https://github.com/basho/riak-python-client.git cd riak-python-client python setup.py install :tele On Fri, 15 Aug 2014 18:12:09 +0200 Alex De la rosa <[email protected]> wrote: > Hi there, > > I created a "counter" bucket called "likes" with the following shell > script: > > riak-admin bucket-type create likes '{"props":{"datatype":"counter"}}' > > When I try to follow the guide [ > http://docs.basho.com/riak/2.0.0/dev/using/data-types ] to use this > bucket with Python, I found the following issue: > > Traceback (most recent call last): > File "x.py", line 17, in <module> > bucket = client.bucket_type('counter_bucket').bucket('likes') > AttributeError: 'RiakClient' object has no attribute 'bucket_type' > > Something wrong? Is a fresh install from "pip" so I thought the Python > library would be in its last updated version? > > Thanks! > Alex _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
