Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
linyiyue opened this issue Aug 27, 2021 · 0 comments
Open

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

linyiyue opened this issue Aug 27, 2021 · 0 comments

Comments

@linyiyue
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant