前提・実現したいこと
Pythonでmecabを使うためにコマンドプロンプトで pip install mecab-python3 を実行したのですが以下のエラーが出ます。どうか助けてください。
発生している問題・エラーメッセージ
ERROR: Command errored out with exit status 1: 中略 Complete output (22 lines): WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. running install running build running build_py creating build creating build\lib.win-amd64-3.10 creating build\lib.win-amd64-3.10\MeCab copying src\MeCab\cli.py -> build\lib.win-amd64-3.10\MeCab copying src\MeCab\__init__.py -> build\lib.win-amd64-3.10\MeCab running build_ext building 'MeCab._MeCab' extension creating build\temp.win-amd64-3.10 creating build\temp.win-amd64-3.10\Release creating build\temp.win-amd64-3.10\Release\src creating build\temp.win-amd64-3.10\Release\src\MeCab 中略 MeCab_wrap.cpp src/MeCab/MeCab_wrap.cpp(3523): fatal error C1083: include ファイルを開けません。'mecab.h':No such file or directory error: command 'E:\program files\VS3\VC\Tools\MSVC\14.30.30705\bin\HostX86\x64\cl.exe' failed with exit code 2 ---------------------------------------- ERROR: Command errored out with exit status 1: 中略 Check the logs for full command output.
該当のソースコード
C:\Users\わたし>pip install mecab-python3
試したこと
調べたところC++環境が無いとこのエラーが出ることがあると出たので、visual studio をC++にチェックを入れてインストールしました。駄目でした
補足情報(FW/ツールのバージョンなど)
mecabは非公式の64bit版、Pythonはpython3.10.0の64bitです。よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー