-
Notifications
You must be signed in to change notification settings - Fork 35
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
yaml file error #28
Comments
Hi @andrew-korea ! Did you maybe solve it with a newer PyTorch version? I've cleaned up the yaml file for the PyTorch 1.4 version, but there is still a problem for GIN embeddings. Those require a newer torch-sparse, which in turn doesn't work with 1.4 without manual hacks. EDIT: |
Hi @Shoug22! I was using this in a Docker container that has CUDA 10.1 and Ubuntu 18.04, Miniconda 23.3.1, and Python 3.7.6 env. If you have a different CUDA version, Python, or use Windows, you'll need some modifications. |
Did you reproduce the repository without an error ? |
@Isabellajhon I'm no longer working with this repo, but yes, I got it running with the env file I posted without errors. |
I'm trying to create a new conda env using the SubGNN.yml file but I get a ResolvePackageNotFound error for the following two packages:
How do I solve this problem? I'm running the code in ubuntu 18.04 with Python 3.7.
The text was updated successfully, but these errors were encountered: