Open
Description
When I tested the library on my laptop with the Windows system, the error information is shown below. I searched for the problem, and it seems that os.getuid is only applicable in Unix systems.
_> s_elf.container_dir = self.cache_dir / f'hpobench-{os.getuid()}'
AttributeError: module 'os' has no attribute 'getuid'_
So, my question is:
- Can I use the HPOBench library on Windows? Or I need to use it on a Linux system.
Regards
Metadata
Metadata
Assignees
Labels
No labels