导入dynetml2other会导致以下错误: ImportError:无法导入名称“ main”。
检查了pip版本18.1和19.1.1
from dynetml2other import dynetml2other
gleiser_nx = dynetml2other('Gleiser_comics_weighted_network-1.xml','networkx')
movies_nx = dynetml2other('Movies.dynetML.xml','networkx')
该错误的原因是什么,如何解决?