Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-826

Implement acouchbase for Windows

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 3.0.0-rc
    • 3.0.0-beta.3
    • None
    • None
    • 1

    Description

      Unfortunately acouchbase appears not to have been targeted to Windows ProactorEventLoop, which is now the default for Python>=3.8, and relies on methods in the event loop (add_reader and remove_reader) that are not present on the default Windows event loop (ProactorEventLoop) leading to NotImplementedErrors being raised. A quick fix would be to mandate the use of SelectorEventLoop, at least until a Proactor-compatible solution can be arrived at - see https://github.com/jupyter/notebook/issues/5097 for reference.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Ellis.Breen Ellis Breen
            Ellis.Breen Ellis Breen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty