Closed mkolmus closed 4 years ago
I think it is this issue: pytorch/pytorch#2575 (comment)
The Ubuntu version on mbscourse is indeed Trusty, which is not supported anymore by Ubuntu. @Maarten-vd-Sande @mkolmus can you try if this command solves it:
LD_PRELOAD=~/anaconda3/lib/libgomp.sov
(replace /anaconda3/
with your anaconda install directory)
This seems to fix it for me on mbscourse :tada:
Great. I'll add it to the FAQ.
To Reproduce
Installation information (please complete the following information):
Additional context Add any other context about the problem here.