zdhNarsil / GFlowNet-CombOpt

PyTorch implementation for our NeurIPS 2023 spotlight paper "Let the Flows Tell: Solving Graph Combinatorial Optimization Problems with GFlowNets".
50 stars 8 forks source link

Unable to Install dgl==0.6.1 Version #3

Open wonsutak-ysz opened 2 months ago

wonsutak-ysz commented 2 months ago

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

godlikeanyone commented 1 month ago

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
Scholar-bit commented 1 day ago

python version 3.9