Skip to content

module 'os' has no attribute 'getuid' #160

Open
@tyf0416

Description

@tyf0416

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions