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

Dependencies conflicts during package installation #9

Closed ZhuYuqicheng closed 1 year ago

ZhuYuqicheng commented 1 year ago

Hi,

I got following error message while installing the package:


image

How can I solve this conflict issue? Thanks in advance!

Best Yuqicheng

CM-BF commented 1 year ago

I cannot reproduce this issue, may you try this installation example?

# Create your own conda environment, then...
conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
conda install pyg -c pyg
conda install -c conda-forge rdkit==2020.09.5

Please let me know if any further questions. : )

ZhuYuqicheng commented 1 year ago

Hi,

thanks for the response, I tried this on Linux system it worked perfectly, but on Mac, I got the same error message. I don't know whether the problem is caused by operation systems. Did you test the code on Mac? Thanks in advance!

Best Yuqicheng

CM-BF commented 1 year ago

Hi Yuqicheng,

we did not test GOOD on Mac. The error message does not make sense to me; e.g., why is the conflict between graph-ood and graph-ood==1.0.1? I cannot locate the problem without further information. May you provide a more detailed report including your system version, running environments (pip and Conda packages), and the command you run?

Best regards, GOOD group

CM-BF commented 1 year ago

I'll close this issue since there has been already one month without further feedback. Please reopen this issue if any further questions. : )