LoginSignup
1
0

More than 5 years have passed since last update.

Ubuntu 18.04LTSにmecab-pyton3をインストールする

Last updated at Posted at 2019-04-21

はじめに

mecab-python3をインストールしようと思いネットを漁っていたら10分ぐらいはまってしまいました。

環境

  • Ubuntu18.04 LTS
  • pyenv 1.2.9
  • python 3.6.8

結論

僕の場合以下のコマンドをターミナルで打ったらできました。

sudo apt-get install mecab mecab-ipadic-utf8 libmecab-dev swig
pip install mecab-python3

参考文献

mecab-python3(0.996.1d)のpip installでErrorとその対応方法(google colabの場合)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0