Thanks for your reply, I already fixed it deleting everything and using
"pip install riak" instead.
Thanks!
Alex
On Fri, Aug 15, 2014 at 5:59 PM, tele wrote:
> Hi Alex,
>
> Try with: pip install cryptography
>
> :tele
>
>
> On Fri, 15 Aug 2014 17:29:29 +0200
> Alex De la rosa wrote:
>
> > Hi
Hi Alex,
Try with: pip install cryptography
:tele
On Fri, 15 Aug 2014 17:29:29 +0200
Alex De la rosa wrote:
> Hi there,
>
> I installed riak-2.0rc1 and the Python client through "easy_intall
> riak", however, when importing the "riak" library I got the following
> error:
>
> Traceback (most
Fixed, instead of using "easy_install riak" I used "pip install riak" and
it worked like a charm :)
Thanks!
Alex
On Fri, Aug 15, 2014 at 5:29 PM, Alex De la rosa
wrote:
> Hi there,
>
> I installed riak-2.0rc1 and the Python client through "easy_intall riak",
> however, when importing the "riak
Hi there,
I installed riak-2.0rc1 and the Python client through "easy_intall riak",
however, when importing the "riak" library I got the following error:
Traceback (most recent call last):
File "x.py", line 1, in
import riak
File
"/usr/local/lib/python2.7/dist-packages/riak-2.1.0rc1-py2.
At the moment, the master branch of the python client is in a state of
flux leading up to another release. the 1.5-stable branch is more
likely what you want for the time being, or you can install from pypy
via pip or easy_install.
On Wed, Apr 3, 2013 at 6:02 AM, H. Ibrahim YILMAZ wrote:
> Hi,
Hi,
I'm trying to use riak with python.
I've installed the client (from github).
riak (1.2.0 2012-08-06) Debian x86_64
When I try to connect I got error:
AttributeError: 'module' object has no attribute 'RiakClient'
The code :
import riak
import uuid
import time
client = riak.RiakClient()
sday, April 7, 2011 10:23 PM
>Subject: Re: Python client: Error while using Protocol Buffer Interface
>
>
>The protocol buffers API operates over a different port. Check the app.config
>file of each Riak node for the pb_port parameter to find out what port each
>node is liste
The protocol buffers API operates over a different port. Check the
app.config file of each Riak node for the pb_port parameter to find out what
port each node is listening on. You'll need to update your HAProxy config to
load balance the pb_ports.
Thanks,
Dan
Daniel Reverri
Developer Advocate
Bas
Hello Riak folks,
We have a 3-node riak cluster on my local box with haproxy load balancer
running on port 9190 for the riak cluster. I've attached the haproxy conf file
for your reference.
We use riak-python-client to connect to Riak. While connecting through the HTTP
interface, the riak cli