I installed Sklearn by the command pip3 install scikit-learn
After installation, I could not import sklearn.
Even though I tried
$ source ~/.bashrc
$ export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1
It did not work and get the same error.
Python 3.6.9