Cannot Import Name Joblib From Sklearn Externals Shared Libs

[Solved] Cannot Import Name Joblib From Sklearn Externals Shared Libs | Python - Code Explorer | yomemimo.com
Question : cannot import name 'joblib' from 'sklearn.externals' (/shared-libs/python3.7/py/lib/python3.7/site-packages/sklearn/externals/__init__.py)

Answered by : breakable-badger-lfyhepnc5whx

# from sklearn.externals import joblib it deprecated older version
# Directly import the joblib library, then it will work
import joblib

Source : | Last Update : Mon, 18 Oct 21

Answers related to cannot import name joblib from sklearn externals shared libs python3 7 py lib python3 7 site packages sklearn externals init py

Code Explorer Popular Question For Python