-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels