alibaba / graph-learn

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

ImportError: cannot import name 'pywrap_graphlearn' from 'graphlearn' (unknown location) #177

Closed RessCris2 closed 2 years ago

RessCris2 commented 2 years ago

When I try to import tf using

import graphlearn.python.nn.tf as tfg

I got error: ImportError: cannot import name 'pywrap_graphlearn' from 'graphlearn' (unknown location) How to deal with it?

RessCris2 commented 2 years ago

ok , after re pip install and restart kernel, fixed!

banbsyip commented 2 years ago

import graphlearn.python.nn.tf as tfg

what means of 'after re pip install and restart kernel'? the kernel is ?