You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ conda install pytorch-scatter -c pyg
Retrieving notices: ...working... done
Channels:
- pyg
- defaults
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides cpuonly needed by pytorch-scatter-2.0.8-py36_torch_1.8.0_cpu
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.11.* , which can be installed;
└─ pytorch-scatter is not installable because there are no viable options
├─ pytorch-scatter [2.0.8|2.0.9|2.1.0|2.1.1|2.1.2] would require
│ └─ cpuonly, which does not exist (perhaps a missing channel);
├─ pytorch-scatter [2.0.8|2.0.9] would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch-scatter [2.0.8|2.0.9|2.1.0] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch-scatter [2.0.8|2.0.9|2.1.0] would require
│ └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch-scatter [2.0.8|2.0.9|2.1.0] would require
│ └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch-scatter [2.0.9|2.1.0] would require
│ └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
├─ pytorch-scatter [2.0.9|2.1.0] would require
│ └─ pytorch-cuda 11.6.* , which does not exist (perhaps a missing channel);
├─ pytorch-scatter [2.0.9|2.1.0|2.1.1|2.1.2] would require
│ └─ pytorch-cuda 11.7.* , which does not exist (perhaps a missing channel);
├─ pytorch-scatter [2.1.1|2.1.2] would require
│ └─ pytorch-cuda 11.8.* , which does not exist (perhaps a missing channel);
└─ pytorch-scatter 2.1.2 would require
└─ pytorch-cuda 12.1.* , which does not exist (perhaps a missing channel).
The text was updated successfully, but these errors were encountered:
Hello
Are there plans to release binaries for pytorch 2.4?
Here is my pytorch + cuda version
On conda install, I get the following error
The text was updated successfully, but these errors were encountered: