I'm using Python 3, and trying to use joblib
. I have the following I am trying to import:
import sklearn.externals as extjoblib
import joblib
I receive the error: ModuleNotFoundError: No module named 'sklearn.externals.joblib'
I try to use pip3 install sklearn.external --user
but have had no luck. Could someone help me install this?