malllabiisc/WordGCN

"ModuleNotFoundError: No module named 'web"

guoyan1996 opened this issue · 2 comments

Hello,there are some problem with me.
When I run "python syngcn.py -name test_embeddings -gpu 0", It has a error
"ModuleNotFoundError: No module named 'web"
So I run "pip install web.py",
Then "ModuleNotFoundError: No module named 'web.embedding".
I wanna to know how can I use web.embedding.
Thanks.

Hi, the web module is the word embedding evaluation library which I have mentioned in the readme. Just clone the repository and do python setup.py install.

Thank you.