Skip to content

python 3.9 - collections module is not compatible with riak #545

@agniszczotka

Description

@agniszczotka

in riak/codecs/init.py


from riak.codecs import Codec
Msg = collections.namedtuple('Msg',
                             ['msg_code', 'data', 'resp_code'],
                             verbose=False)

TypeError: namedtuple() got an unexpected keyword argument 'verbose'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions