GFlowNet-CombOpt icon indicating copy to clipboard operation
GFlowNet-CombOpt copied to clipboard

Unable to Install dgl==0.6.1 Version

Open wonsutak-ysz opened this issue 1 year ago • 2 comments

Description I am experiencing an issue when trying to install the dgl==0.6.1 version. The package manager (pip) is unable to find this specific version of the package. Here are the details of the error message I encountered:

ERROR: Could not find a version that satisfies the requirement dgl==0.6.1 (from versions: 1.1.0, 1.1.1, 1.1.2, 1.1.2.post1, 1.1.3, 2.0.0, 2.1.0, 2.2.0) ERROR: No matching distribution found for dgl==0.6.1

Thanks

wonsutak-ysz avatar Jul 06 '24 06:07 wonsutak-ysz

The version dgl==0.6.1 you are trying to install is not available in the current supported package repository. To resolve this issue, I recommend installing the dgl==2.1.0 version, which should work for your needs. You can do this using the following command:

pip install dgl==2.1.0

godlikeanyone avatar Jul 31 '24 02:07 godlikeanyone

python version 3.9

Scholar-bit avatar Sep 22 '24 03:09 Scholar-bit