Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies conflicts during package installation #9

Closed
ZhuYuqicheng opened this issue Dec 14, 2022 · 4 comments
Closed

Dependencies conflicts during package installation #9

ZhuYuqicheng opened this issue Dec 14, 2022 · 4 comments

Comments

@ZhuYuqicheng
Copy link

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
Copy link
Collaborator

CM-BF commented Dec 14, 2022

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
Copy link
Author

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
Copy link
Collaborator

CM-BF commented Dec 16, 2022

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
Copy link
Collaborator

CM-BF commented Jan 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants