DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.21k stars 151 forks source link

Cannot install graphvite #96

Open jayachaturvedi opened 2 years ago

jayachaturvedi commented 2 years ago

Trying to install on colab using instructions from https://graphvite.io/docs/latest/install.html and keep getting one error:

ModuleNotFoundError: No module named 'wurlitzer'

Have tried pip installing wurlitzer to no avail. Please help!

Thanks!

amilios commented 2 years ago

I have the same issue, I think it's an issue with the Python versions (Colab uses 3.9 but the conda install specifies Python3.6) but I have no clue how to change the version Colab uses.

jayachaturvedi commented 2 years ago

Ah thank you! I didn't realise it specified python 3.6. Have you tried it with python 3.6 on your local machine and has it been successful?

amilios commented 2 years ago

I have not been able to run it anywhere, no. Anywhere I run it I either run into this issue or issue #89 unfortunately!

jayachaturvedi commented 2 years ago

I have been able to resolve the wurlitzer issue, but still can't import graphvite. It says No module named graphvite! I hope the creators or other users can help us out here!

Dongchi-Yao commented 2 years ago

Has anyone solved this issue? I have been struggling with it for many days.

YijianLiu commented 1 year ago

Has anyone solved this issue? I have been struggling with it for many days.

me too~