Skip to content

"StrEnum" import may be missing. #144

@jianhan-amd

Description

@jianhan-amd

In some of the container enum and backports.strenum may not be pre-installed. It is imported in "TraceLens/TreePerf/jax_analyses.py". Shall we add the package enum or backports.strenum into the installation script?

try:
    from enum import StrEnum
except ImportError:
    from backports.strenum import StrEnum

@jasainio @gabeweisz

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