Skip to content

module 'jsonrpc' has no attribute 'JsonRpc20' #7

Description

@slobLX

When I run 'python3 sr11_onmtgcn_input.py -i ../data/srtask11/SR_release1.0/ -t deep -p test', the error occurs:
Traceback (most recent call last):
File "sr11_onmtgcn_input.py", line 19, in
parseService = CoreNLPService()
File "../utils/CoreNLPService.py", line 15, in init
self.server = self.get_server()
File "../utils/CoreNLPService.py", line 18, in get_server
version = jsonrpc.JsonRpc20()
AttributeError: module 'jsonrpc' has no attribute 'JsonRpc20'

I am using python3.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions