vesoft-inc / nebula-python

Client API of Nebula Graph in Python
191 stars 75 forks source link

ModuleNotFoundError: No module named 'FormatResp' #284

Closed guhao17 closed 11 months ago

guhao17 commented 11 months ago

当我运行test.py的时候,导入这个模块一直失败,请问怎么解决 image

wey-gu commented 11 months ago

It's a relative path from the FormatResp.py, you could either go to your python idle from that path, change the from path, or copy print_resp from https://github.com/vesoft-inc/nebula-python/blob/master/example/FormatResp.py.