Skip to content
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

Installation not successful #6

Open
KjartanvanDriel opened this issue Aug 5, 2024 · 0 comments
Open

Installation not successful #6

KjartanvanDriel opened this issue Aug 5, 2024 · 0 comments

Comments

@KjartanvanDriel
Copy link

After setting up a conda environment with
conda create -n spl python=3.9
and making sure to install the right version of pytorch and cuda with
conda install pytorch==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia

I am met with the following error after running the installation command pip install -r requirements.txt

ERROR: Could not find a version that satisfies the requirement pyg-lib==0.4.0+pt20cu117 (from versions: none)
ERROR: No matching distribution found for pyg-lib==0.4.0+pt20cu117

This I fixed by installing pyg-lib with
pip install pyg-lib -f https://data.pyg.org/whl/torch-2.0.0+cu117.html

Then, after removing torch and pyg-lib from the requirements, I am still met with the following

ERROR: Could not find a version that satisfies the requirement torch-cluster==1.6.3+pt20cu117 (from versions: 0.1.1, 0.2.3, 0.2.4, 1.0.1, 1.0.3, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.3a1, 1.4.3, 1.4.4, 1.4.5, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.6.0, 1.6.1, 1.6.2, 1.6.3)
ERROR: No matching distribution found for torch-cluster==1.6.3+pt20cu117
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant