-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install graphvite #96
Comments
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. |
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? |
I have not been able to run it anywhere, no. Anywhere I run it I either run into this issue or issue #89 unfortunately! |
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! |
Has anyone solved this issue? I have been struggling with it for many days. |
me too~ |
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!
The text was updated successfully, but these errors were encountered: