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

ValueError:Unable to configure handler 'file_handler' #1

Open
Kaixun opened this issue Jul 3, 2019 · 3 comments
Open

ValueError:Unable to configure handler 'file_handler' #1

Kaixun opened this issue Jul 3, 2019 · 3 comments

Comments

@Kaixun
Copy link

Kaixun commented Jul 3, 2019

When I run python3 conf_gcn.py -data citeseer -name new_run
ValueError:Unable to configure handler 'file_handler'
Can you help me? Thank you very much.

@PearLion
Copy link

I also have this error running under Windows. Have you solved it?

1 similar comment
@15097383012
Copy link

I also have this error running under Windows. Have you solved it?

@zou1906524696
Copy link

zou1906524696 commented Apr 5, 2022

I also have this error running under Windows.
Because we can not create the file name "test_05_04_2022_20:58:39_2aae8dfd"
So the file name should be "test_05_04_2022_20_58_39_2aae8dfd"

we should update file: conf_gcn.py
line 525
if not args.restore: args.name = args.name + '_' + time.strftime("%d_%m_%Y") + '_' + time.strftime("%H_%M_%S") + '_' + str(uuid.uuid4())[:8]

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

4 participants