kdd-cup-2021 icon indicating copy to clipboard operation
kdd-cup-2021 copied to clipboard

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

Open linyiyue opened this issue 3 years ago • 0 comments

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?

linyiyue avatar Aug 27 '21 03:08 linyiyue