当我尝试安装此gem时,它声称我需要安装devkit,虽然我确信我确实拥有它。它还建议我需要在PATH中更新我的系统变量,我直接链接到ruby中的devkit文件。我已经在Stack Overflow上看到了其他问题,但它们不能解决我的问题。 这是完整的错误消息:
C:\Users\Mahamoud>gem install json
ERROR: Error installing json:
The 'json' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
我尝试卸载并重新安装ruby但仍然没有结果。 我的devkit位于C:\ Ruby193 \ bin
答案 0 :(得分:4)
这里有详细的安装DevKit的步骤:
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
要测试您的安装是否正常,您应该尝试这样做:
gem install json --platform=ruby
所以,你应该已经安装了json。我会尝试重新安装DevKit而不是重新安装ruby,并按照指示完成。