ModuleNotFoundError: No module named 'sklearn.utils._joblib'
问题 I'm using python 3.6 on on Anaconda Jupyter notebooks platform. My pc uses win 8.1 as OS. I was trying to import PCA from sklearn using the following lines: import sklearn from sklearn import decomposition from sklearn.decomposition import PCA the third line returns a Module error: ModuleNotFoundError: No module named 'sklearn.utils._joblib' Strangely, I couldn't find any record on this error online! I'd appreciate any help. I copied the complete error message below: -------------------------