David, Make sure you fetch the client's dependencies, including riak_pb (and transitively protobuf). That error occurs when the riak_pb library is not available.
On Wed, Aug 29, 2012 at 5:34 AM, David Montgomery <[email protected]> wrote: > What does this error me and how do I resolve? I am using the latest version > of riak for ubunut and the riak python api. > > File "workerServer.py", line 57, in <module> > client = > riak.RiakClient(host='riak.hk.test.com',port=8087,transport_class=riak.transports.pbc.RiakPbcTransport) > File > "/usr/local/lib/python2.7/dist-packages/riak-1.5.0-py2.7.egg/riak/client.py", > line 78, in __init__ > **transport_options) > File > "/usr/local/lib/python2.7/dist-packages/riak-1.5.0-py2.7.egg/riak/transports/pbc.py", > line 168, in __init__ > raise RiakError("this transport is not available (no protobuf)") > riak.RiakError: 'this transport is not available (no protobuf)' > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com -- Sean Cribbs <[email protected]> Software Engineer Basho Technologies, Inc. http://basho.com/ _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
