Open sublee opened 7 years ago
What is the libcouchbase version? LCB_SUBDOC_MULTI_FAILURE
was introduced in 2.5.6
The version is 2.6.2-132610. Can't I use this version?
Yes, you can. Maybe problem in FFI bindings. @mnunberg could you take a look?
I'm trying to fix this, but you should use the exact version of the Python client as mentioned in the README. In this case, 2.0.0-beta.
Newer is not always better, because this module relies on the internals of the Python SDK. You'll get weird errors otherwise
btw, what kind of features are you planning to use with this library? the cffi module hasn't been updated very recently - mainly because there's been a few changes internally within the library.
@mnunberg I need the sub-document API, N1QL, and many awesome features of the latest Couchbase.
My project depends on couchbase-2.2.2 for CPython with Couchbase Server 4.6. Now I'm going to move to PyPy but am hindered by this issue.
So, currently, there's no way to use latest Couchbase features in PyPy?
It’ll likely take a while (weeks-months) until I’m able to implement all those bits in cffi :(
On Mar 16, 2017, at 7:28 PM, Heungsub Lee notifications@github.com wrote:
@mnunberg https://github.com/mnunberg I need the sub-document API, N1QL, and many awesome features of the latest Couchbase.
My project depends on couchbase-2.2.2 for CPython with Couchbase Server 4.6. Now I'm going to move to PyPy but am hindered by this issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/couchbaselabs/couchbase-python-cffi/issues/5#issuecomment-287249745, or mute the thread https://github.com/notifications/unsubscribe-auth/AAanUT8zdKNK66KxBYL5uXcKVLfED4SKks5rme_SgaJpZM4MdngI.
@mnunberg If you need any of my help, I will do something for you. Anyway, I have appreciated you for developing the Python client library and this binding.
Do you have any plan to support the latest libcouchbase by couchbase-python-cffi?
Do we have any support for latest python version? We can't run pypy mode for our project!
I tried to install couchbase-2.2.2 and couchbase-python-cffi@2.x in my PyPy environment. But the installation was failed due to an error:
My PyPy environment is: