前提
Python上でMeCabを使用して構文解析を行いたいです。
Python、MeCabを無事インストールし、コマンドプロンプトで
pip install MeCabを実行しようとしたところ下記のようなエラーメッセージが表示されました。
MeCabは環境変数も通しています。
なお、私はPython初学者です。
実現したいこと
コマンドプロンプトでpip install mecabを実行する
Python上でMeCabを利用できるようにする
発生している問題・エラーメッセージ
C:\PythonFile>pip install mecab Collecting mecab Using cached mecab-0.996.3.tar.gz (62 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "C:\Users\わたし\AppData\Local\Temp\pip-install-8_o81mux\mecab_709eb6208be241dda39f35568e187ee8\setup.py", line 35, in <module> raise RuntimeError(PY64WIN_ERROR) RuntimeError: Please install MeCab 64-bit binary: https://github.com/ikegami-yukino/mecab/releases [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.
該当のソースコード
pip install mecab
試したこと
・PythonとMeCabを連携させるうえで参考にしたサイトは下記のものです。
https://self-development.info/mecab%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%A6python%E3%81%A7%E4%BD%BF%E3%81%86%E3%80%90windows%E3%80%91/
・MeCabの再インストール
・pip install mecab-python3の実行
補足情報(FW/ツールのバージョンなど)
mecab of 0.996
Python 3.11.0
windows10
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。