MeCab: “ImportError: DLL load failed: The specified module could not be found.”

MeCab: “ImportError: DLL load failed: The specified module could not be found.”

这是我第一次使用python...

我用win 10 + py38。我使用“pip mecab-python3”并成功安装了mecab-python3-1.0.1,但是有问题。

问题如下:

import MeCab
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-022fc4ee216d> in <module>
----> 1 import MeCab

~\Anaconda\lib\site-packages\MeCab\__init__.py in <module>
      8 
      9 from __future__ import absolute_import, print_function
---> 10 from . import _MeCab
     11 
     12 import os

ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

我该如何处理这个问题?

enter image description here

首先,下载Visual C++ redistributable

download the appropriate version version for system here 在安装过程中,一些下载将在 visual studio 代码编辑器上完成。确保您的互联网连接良好。 为了更好地设置,请确保您已经拥有 visual studio 代码编辑器。 通过导航到程序的控制面板,确保您知道之前拥有的新 Visual C++ 分发程序。如果安装成功,请卸载以前的 visual c++ 分发程序。按照此 youtube guide 进行正确安装