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

An error occurs when importing graphgym.config #58

Open
pfl-cs opened this issue Jul 10, 2023 · 2 comments
Open

An error occurs when importing graphgym.config #58

pfl-cs opened this issue Jul 10, 2023 · 2 comments

Comments

@pfl-cs
Copy link

pfl-cs commented Jul 10, 2023

Hi,
When I run the script 'run_metalink.sh' (in brach meta_link), an ImportError occurs. The traceback messages are shown as follows.

Traceback (most recent call last): File "main.py", line 8, in <module> from graphgym.config import cfg, dump_cfg, load_cfg, set_out_dir, set_run_dir ImportError: cannot import name 'set_out_dir' from 'graphgym.config' (/usr/local/lib/python3.8/dist-packages/graphgym/config.py)

How can I fix the issue?

@JanineCHEN
Copy link

Encounter same issue here, please advise @JiaxuanYou , thank you very much in advance!

@AAAAgito
Copy link

I have encountered same issue, and problem solved with executing pip install -e .

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

3 participants