Closed banbsyip closed 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
it change to import graphscope.learning.graphlearn.python.model.tf as tfg ?
the problem caused by installing both graphlearn and graphscope, I unintall the two packages and then install graphscope, it's done
---> 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