alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

Error while installing #84

Closed lzz0007 closed 3 years ago

lzz0007 commented 4 years ago

Hi, I got this error message while installing the package on my mac. May I know what the root cause might be? Thanks. _error: unable to open output file '/.../graph-learn/built/graphlearn/common/io/lineiterator.o': 'No such file or directory'

wuyifan18 commented 3 years ago

@lzz0007, I meet the same error. Are you solve it?

wuyifan18 commented 3 years ago

I have solved it. You just have to create the directory '/.../graph-learn/built/graphlearn/common/io/'.

lzz0007 commented 3 years ago

I have solved it. You just have to create the directory '/.../graph-learn/built/graphlearn/common/io/'.

Cool. Thanks!