'puma'原生宝石需要安装构建工具

时间:2016-08-24 23:59:39

标签: ruby ruby-on-rails-4 railsinstaller-windows

运行捆绑安装时出现此错误

Gem::InstallError: The 'puma' 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'

我正在使用已经拥有DevKit的RailsInstaller。

之前我没有遇到过这个问题,但是在将ruby版本从2.2.4更改为2.2.5后,我似乎得到了它。我正在使用Windows电脑。知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

我按照这些说明解决了这个问题:

  • 从这里下载devkit。

  • 在DevKit文件夹中安装文件

  • 打开cmd并导航到文件夹

  • 复制您在C盘中安装的ruby文件夹的路径,并将其粘贴到DevKit \ config.yml中。将路径中的“/”更改为“\”。

它应该是这样的:

# Example:
#
# ---
# - C:/ruby19trunk
# - C:/ruby192dev
#
---
- C:\Ruby22
  • 运行ruby dk.rb install
  • 返回您的rails文件夹,运行bundle install,您不应该有任何错误