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
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