RAMCloud icon indicating copy to clipboard operation
RAMCloud copied to clipboard

Python version for ramcloud bindings

Open Nivekiba opened this issue 4 years ago • 1 comments

Hello everyone,

I'm using ramcloud bindings for python and i'm facing a problem. The ramcloud bindings are available only for python2. Is there a way to use it for python3 scripts ?

Cordially,

Nivekiba avatar Mar 09 '20 17:03 Nivekiba

Hi @Nivekiba, unfortunately this project is no longer maintained and I personally don't know enough about the difference between python2 and python3 to give any good advice. If there are major difference though, I imagine it wouldn't be too hard to write new bindings for python3. The available python bindings are really just a wrapper around the C bindings (which wrap the native C++); there may, however, be some features missing from the C bindings.

cstlee avatar Mar 16 '20 21:03 cstlee