divelab / GOOD

GOOD: A Graph Out-of-Distribution Benchmark [NeurIPS 2022 Datasets and Benchmarks]
https://good.readthedocs.io/
GNU General Public License v3.0
180 stars 19 forks source link

INFO: pip is looking at multiple versions of wheel to determine which version is compatible with other requirements #7

Closed Xuyike closed 1 year ago

Xuyike commented 1 year ago

Hi GOOD authors, Thank you for your contribution to the research on the out of distribution generalization on the graph. I meet an issue when I install GOOD through 'pip install -e .', and it shows 'INFO: pip is looking at multiple versions of wheel to determine which version is compatible with other requirements. This could take a while'. I can't find a good solution.Are there some ways to solve this problem?

Best Regards, xuyike

Xuyike commented 1 year ago

I used the same version as suggested(PyTorch (==1.10.1), PyG (==2.0.3), RDKit (==2020.09.5)) to solve this problem~

Hi GOOD authors, Thank you for your contribution to the research on the out of distribution generalization on the graph. I meet an issue when I install GOOD through 'pip install -e .', and it shows 'INFO: pip is looking at multiple versions of wheel to determine which version is compatible with other requirements. This could take a while'. I can't find a good solution.Are there some ways to solve this problem?

Best Regards, xuyike

CM-BF commented 1 year ago

I used the same version as suggested(PyTorch (==1.10.1), PyG (==2.0.3), RDKit (==2020.09.5)) to solve this problem~

Excellent~ Would you like to share the version you used before when encountering the problem?

Xuyike commented 1 year ago

I used the same version as suggested(PyTorch (==1.10.1), PyG (==2.0.3), RDKit (==2020.09.5)) to solve this problem~

Excellent~ Would you like to share the version you used before when encountering the problem?

The version that caused this problem is (PyTorch (==1.12.1), PyG (==2.1.0)).

CM-BF commented 1 year ago

Thanks for your info! We will test this configuration. Since the problem was solved, I'll close this issue.