Skip to content

Installation Errors

Shekhar Prasad Rajak edited this page Jan 15, 2018 · 2 revisions

This wiki page contains some unknown errors found in different platforms :

Windows 7 x64 machine

gem install daru-view

Successfully installed nyaplot-0.1.6
Fetching: daru-data_tables-0.1.0.gem (100%)
Successfully installed daru-data_tables-0.1.0
Fetching: concurrent-ruby-1.0.5.gem (100%)
Successfully installed concurrent-ruby-1.0.5
Fetching: i18n-0.9.1.gem (100%)
Successfully installed i18n-0.9.1
Fetching: thread_safe-0.3.6.gem (100%)
Successfully installed thread_safe-0.3.6
Fetching: tzinfo-1.2.4.gem (100%)
Successfully installed tzinfo-1.2.4
Fetching: activesupport-5.1.4.gem (100%)
Successfully installed activesupport-5.1.4
Fetching: builder-3.2.3.gem (100%)
Successfully installed builder-3.2.3
Fetching: erubi-1.7.0.gem (100%)
Successfully installed erubi-1.7.0
Fetching: mini_portile2-2.3.0.gem (100%)
Successfully installed mini_portile2-2.3.0
Fetching: nokogiri-1.8.1-x64-mingw32.gem (100%)
ERROR:  Error installing daru-view:
        The last version of nokogiri (>= 1.6) to support your Ruby & RubyGems wa
s 1.8.1. Try installing it with `gem install nokogiri -v 1.8.1` and then running
 the current command again
        nokogiri requires Ruby version < 2.5, >= 2.2. The current ruby version i
s 2.5.0.

Fixing this error : Installing Ruby 2.4 version in windows and running gem install daru-view fix this issue.

Clone this wiki locally