alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.29k stars 269 forks source link

No module named 'graphlearn.python' #179

Closed banbsyip closed 2 years ago

banbsyip commented 2 years ago

---> 13 import graphlearn.python.nn.tf as tfg 15 from ego_sage import EgoGraphSAGE

ModuleNotFoundError: No module named 'graphlearn.python'

python:3.9.7 graphscore:0.10.0 graphlearn:0.0.932

banbsyip commented 2 years ago

it change to import graphscope.learning.graphlearn.python.model.tf as tfg ?

banbsyip commented 2 years ago

image

banbsyip commented 2 years ago

the problem caused by installing both graphlearn and graphscope, I unintall the two packages and then install graphscope, it's done