Failed to precompile Bonds

应该是一样的,就加个Graphs.ne吧


直接一开始报错

WARNING: both Graphs and LightGraphs export “ne”; uses of it in module Bonds must be qualified

Bonds是个自定义模块,用到ne函数
image

不是using,是用ne的地方替换成 Graphs.ne

还是一样的问题

JuliaGraphs/MetaGraphs.jl: Graph data structures with multiple heterogeneous metadata for Graphs.jl. (github.com)

应该是这里面的

您怎么找的,LightGraphs包里有ne()函数吗
因为作者没有用这两个包MetaGraphs,Graphs,我自己加的这两个包
用了LightGraphs包
Bonds是作者写的自定义模块


(2)Bonds是作者写的自定义模块,主代码中用到它

那现在怎么改呢

https://juliahub.com/ui/Search?q=ne&type=symbols&t=function&u=define