🎄teratailクリスマスプレゼントキャンペーン2024🎄』開催中!

\teratail特別グッズやAmazonギフトカード最大2,000円分が当たる!/

詳細はこちら
Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Mecab

Mecabは、オープンソースの形態素解析エンジンです。 言語、辞書、コーパスに依存しない汎用的な設計を基本方針としています。 Mecabの由来は、開発者の好物である和布蕪(めかぶ)から名づけられました。

Q&A

解決済

1回答

728閲覧

railsアプリ+herokuでのMeCab使用

hoshietoile

総合スコア11

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Ruby on Rails

Ruby on Railsは、オープンソースのWebアプリケーションフレームワークです。「同じことを繰り返さない」というRailsの基本理念のもと、他のフレームワークより少ないコードで簡単に開発できるよう設計されています。

Mecab

Mecabは、オープンソースの形態素解析エンジンです。 言語、辞書、コーパスに依存しない汎用的な設計を基本方針としています。 Mecabの由来は、開発者の好物である和布蕪(めかぶ)から名づけられました。

0グッド

2クリップ

投稿2019/09/29 15:11

ruby on rails でのアプリケーションを製作中です。
MeCab形態素分析ツールを使っており、ローカルでは問題なく動作しているのですが、herokuへのデプロイの際にエラーが発生してしまいます。
≪エラー内容≫

The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only fo r x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bun dle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`. Fetching gem metadata from https://rubygems.org/............ Fetching gem metadata from https://rubygems.org/. Resolving dependencies... Using rake 12.3.3 Using concurrent-ruby 1.1.5 Using i18n 1.6.0 Using minitest 5.12.2 Using thread_safe 0.3.6 Using tzinfo 1.2.5 Using activesupport 5.1.7 Using builder 3.2.3 Using erubi 1.9.0 Using mini_portile2 2.4.0 Using nokogiri 1.10.4 Using rails-dom-testing 2.0.3 Using crass 1.0.4 Using loofah 2.3.0 Using rails-html-sanitizer 1.2.0 Using actionview 5.1.7 Using rack 2.0.7 Using rack-test 1.1.0 Using actionpack 5.1.7 Using nio4r 2.5.2 Using websocket-extensions 0.1.4 Using websocket-driver 0.6.5 Using actioncable 5.1.7 Using globalid 0.4.2 Using activejob 5.1.7 Using mini_mime 1.0.2 Using mail 2.7.1 Using actionmailer 5.1.7 Using activemodel 5.1.7 Using arel 8.0.0 Using activerecord 5.1.7 Using public_suffix 4.0.1 Using addressable 2.7.0 Using bindex 0.8.1 Using bundler 1.17.2 Using byebug 11.0.1 Using xpath 3.2.0 Using capybara 2.18.0 Using childprocess 2.0.0 Using coffee-script-source 1.12.2 Using execjs 2.7.0 Using coffee-script 2.4.1 Using method_source 0.9.2 Using thor 0.20.3 Using railties 5.1.7 Using coffee-rails 4.2.2 Using ffi 1.11.1 Using jbuilder 2.9.1 Using rb-fsevent 0.10.3 Using rb-inotify 0.10.0 Using ruby_dep 1.5.0 Using listen 3.1.5 Using natto 1.1.2 Using puma 3.12.1 Using sprockets 3.7.2 Using sprockets-rails 3.2.1 Using rails 5.1.7 Using rubyzip 1.3.0 Using sass-listen 4.0.0 Using sass 3.7.4 Using tilt 2.0.10 Using sass-rails 5.0.7 Using selenium-webdriver 3.142.4 Using spring 2.1.0 Using spring-watcher-listen 2.0.1 Using sqlite3 1.3.13 (was 1.4.1) Using turbolinks-source 5.2.0 Using turbolinks 5.2.1 Using uglifier 4.2.0 Using web-console 3.7.0 Bundle complete! 18 Gemfile dependencies, 70 gems now installed. Gems in the group production were not installed. Use `bundle info [gemname]` to see where a bundled gem is installed. [vagrant@localhost test_app]$ git push heroku master Counting objects: 92, done. Compressing objects: 100% (79/79), done. Writing objects: 100% (92/92), 21.69 KiB, done. Total 92 (delta 2), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Ruby app detected remote: -----> Compiling Ruby/Rack remote: ! remote: ! An error occurred while installing Ruby ruby-2.0.0 remote: ! For supported Ruby versions see https://devcenter.heroku.com/arti cles/ruby-support#supported-runtimes remote: ! Note: Only the most recent version of Ruby 2.1 is supported on Ce dar-14 remote: ! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-bui ldpack-ruby/heroku-18/ruby-2.0.0.tgz -s -o - | tar zxf - ' failed unexpectedly: remote: ! remote: ! gzip: stdin: unexpected end of file remote: ! tar: Child returned status 1 remote: ! tar: Error is not recoverable: exiting now remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to morning-hamlet-96003. remote: [vagrant@localhost test_app]$ git add -A [vagrant@localhost test_app]$ git commit -m "aaa" [master 923fa0f] aaa Committer: vagrant <vagrant@localhost.localdomain> Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly: git config --global user.name "Your Name" git config --global user.email you@example.com If the identity used for this commit is wrong, you can fix it with: git commit --amend --author='Your Name <you@example.com>' 2 files changed, 11 insertions(+), 4 deletions(-) [vagrant@localhost test_app]$ git push heroku master Counting objects: 96, done. Compressing objects: 100% (83/83), done. Writing objects: 100% (96/96), 22.04 KiB, done. Total 96 (delta 5), reused 0 (delta 0) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Ruby app detected remote: -----> Compiling Ruby/Rack remote: ! remote: ! An error occurred while installing Ruby ruby-2.0.0 remote: ! For supported Ruby versions see https://devcenter.heroku.com/arti cles/ruby-support#supported-runtimes remote: ! Note: Only the most recent version of Ruby 2.1 is supported on Ce dar-14 remote: ! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-bui ldpack-ruby/heroku-18/ruby-2.0.0.tgz -s -o - | tar zxf - ' failed unexpectedly: remote: ! remote: ! gzip: stdin: unexpected end of file remote: ! tar: Child returned status 1 remote: ! tar: Error is not recoverable: exiting now remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to morning-hamlet-96003. remote:

一度別のアプリケーションを立ち上げてとりあえずgem 'natto'を入れて

heroku config:set BUILDPACK_URL=https://github.com/diasks2/heroku-buildpack-mecab.git heroku config:add LD_LIBRARY_PATH=app/.linuxbrew/lib heroku config:set MECAB_PATH=app/.linuxbrew/lib/libmecab.so.2

をコマンドしたのち

git push heroku master

したのですが、やはり同様のエラーが発生してしまいます。

どのように対応したらよいのかわからず、いろいろ調べつつ1週間ほどたってしまいましたので質問を投稿しました。
MeCab Nattoを使用したアプリケーションのデプロイに成功した方など、ぜひご教示いただけたらと思います。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

hoshietoile

2019/09/30 01:22

gouf様 ご質問いただきありがとうございます。 導入手順に従い heroku config:set LD_LIBRARY_PATH=/app/vendor/mecab/lib をコマンドし再度プッシュを試みましたが、やはり同様のエラーが出てデプロイできませんでした、、、 導入手順とは異なり、MeCabをgemとしてインストールしているわけではないのですが、その点で問題があったりするのでしょうか? (以前開発していたcloud9ではgemでの導入ができませんでしたので、こちらの方法に従い、現環境でもMecabをインストールしています。 https://qiita.com/Takka_Log/items/a534680ad224ea3e6b62)
guest

回答1

0

ベストアンサー

remote: ! An error occurred while installing Ruby ruby-2.0.0 remote: ! For supported Ruby versions see https://devcenter.heroku.com/arti cles/ruby-support#supported-runtimes remote: ! Note: Only the most recent version of Ruby 2.1 is supported on Ce

となっているようなので、rubyのバージョン指定の問題なのでは。

投稿2019/09/30 00:39

kabao

総合スコア648

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

hoshietoile

2019/09/30 01:24 編集

kabao様 ご回答ありがとうございます! はい、そのようなのですが、MeCab(あるいはnatto)自体がRuby2.0.0にしか対応していないということなのでしょうか、、、? herokuへのMeCabデプロイに成功していらっしゃる方々もいらっしゃるようなので、MeCabかNattoをRuby2.6.3(現環境でのバージョンです)に対応させる方法があれば知りたいのです。 アプリケーション自体のrubyのバージョンは下げずに対応することはできないのでしょうか、、、?
kabao

2019/09/30 15:57

現在のherokuでサポートされているRuby(MRI)のバージョンは、以下に書いてあるとおり https://devcenter.heroku.com/articles/ruby-support#supported-runtimes 2.4.7、2.5.6、2.6.4です。 Gemfileの内容などからherokuが自動的にRubyのバージョンを判定してくれていますが、おそらく何らかの内容が古いために、2.0.0が必要と判定されてしまっていて、インストールしようとしているものの失敗しているように見えます。 MeCabはネイティブのライブラリなので、herokuの環境で動かすにはheroku上でコンパイルする必要があって、カスタムのbuildpackが必要になって・・・となります。 Rubyのバージョンの検知の仕組みはこのあたりに https://devcenter.heroku.com/articles/ruby-support Buildpackの仕組みはこのあたりに記載があります。 https://devcenter.heroku.com/articles/buildpacks そのあたりを理解した上で、最近の情報 https://toylabo.tech/blog/skills/1939/ https://qiita.com/hidao/items/104355b0a2b6f5ae29fb https://theoria24.github.io/use-mecab-ipadic-neologd-on-heroku/ を読むと参考になるのではないでしょうか。
hoshietoile

2019/10/01 01:59

kabao様 昨日にひきつづき、ご回答いただきましてありがとうございます! heroku やbuildpackについての詳細な情報をいただきありがとうございます。アプリケーションのデプロイについてはまだまだ分からないところが多く、とても参考になります! いただいた情報をもとに、再度デプロイを試みたいと思います。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.36%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問