You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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