環境
- Windows11
- Python3.11
- Visual Studio Code
問題
やったこと
Python3.11
import mglearn
現れた警告
Python3.11
例外が発生しました: TypeError
Memory.__init__() got an unexpected keyword argument 'cachedir'
解決法
1.コマンドプロンプトでmglearnのファイルの場所を確認する。
cmd
python -m pip show mglearn
2.Githubにあるmglearnのファイルを確認する。下のリンクを参照。
3.更新差分を上書きする。
4.importできるようになる。
参考