open-s4c / benchkit

A push-button end-to-end performance evaluation pipeline for automatically exploring the parameter space
MIT License
6 stars 10 forks source link

os.getlogin() error on wsl #65

Open aaronbog opened 1 week ago

aaronbog commented 1 week ago

The post_run_hook_flamegraph errors with "OSError: [Errno 6] No such device or address" on Windows Subsystem for Linux

This is due to the os.getlogin() call

apaolillo commented 1 week ago

thanks for flagging. Do you have a PR that solves that? Or is it part of the general PR still?

aaronbog commented 1 week ago

I am working on a PR but am considering two solutions and thus doing some extra research on which would be better

apaolillo commented 1 week ago

ok, do not hesitate to call me if you want to discuss that with me