You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: