Установка gem json 2.2.0 не удалась - windows - PullRequest
0 голосов
/ 12 апреля 2019

Я получил ошибку при попытке установить gem json 2.2.0 в свой проект, поэтому я ищу много сайтов и учебных пособий, но ничего не помогло с окнами.

Пожалуйста, посмотрите на проблему ниже:

Fetching json 2.2.0
Installing json 2.2.0 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/json-2.2.0/ext/json/ext/generator
C:/Ruby24-x64/bin/ruby.exe -I C:/Ruby24-x64/lib/ruby/site_ruby/2.4.0 -r
./siteconf20190412-3460-119pn5l.rb extconf.rb
creating Makefile

current directory:
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/json-2.2.0/ext/json/ext/generator
make "DESTDIR=" clean
current directory:
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/json-2.2.0/ext/json/ext/generator
make "DESTDIR="
make failedNo such file or directory - make "DESTDIR="

Gem files will remain installed in
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/json-2.2.0 for inspection.
Results logged to
C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/json-2.2.0/gem_make.out

An error occurred while installing json (2.2.0), and Bundler cannot continue.
Make sure that `gem install json -v '2.2.0' --source 'https://rubygems.org/'`
succeeds before bundling.

In Gemfile:
  calabash-android was resolved to 0.9.8, which depends on
    luffa was resolved to 2.1.0, which depends on
      json

Для Ubuntu решение было следующим: установить libgmp3-dev.Для macOS решение было: используйте XCode

Но я ничего не нашел для Windows.Должно ли быть решение использовать RVM?Если да, как я могу установить его на Windows?

Я очень ценю вашу помощь!

...