Skip to content

ImportError:dlopen:cannot load any more object with static TLS #6

@linyiyue

Description

@linyiyue

There is a problem with the fifth step python train.py.
"ImportError:dlopen:cannot load any more object with static TLS"
QQ图片20210827110242
then I change the order of the import,
move the line14 "from sklearn.preprocessing import normalize" to the above of line13 "from ogb.lsc import MAG240MDataset"
the error is gone.
Why does the order of import(line 13 and line 14) cause an ImportError?

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