RAMCloud
RAMCloud copied to clipboard
Python version for ramcloud bindings
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,
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.