简体   繁体   English

安装byebug(7.0.0)时发生错误,并且捆绑程序无法继续

[英]An error occurred while installing byebug (7.0.0), and bundler cannot continue

When I run bundle install, I get this error: 运行捆绑安装时,出现以下错误: rubygems捆绑软件安装byebug错误。

In case the picture doesn't load, here is the error message: "An error occured while installing byebug (7.0.0), and bundler cannot continue." 如果未加载图片,则显示错误消息:“安装byebug(7.0.0)时发生错误,并且捆绑程序无法继续。”

I found a few answers that suggested making changes to the Gemfile, which I did and that did not work. 我找到了一些建议,建议对Gemfile进行更改,我做了,但没有成功。 After those unsuccessful attempts, I uninstalled rails and reinstalled it. 经过这些失败的尝试,我卸载了rails并重新安装了它。

I am working on a macbook pro, osx yosemite version 10.10.5. 我正在使用Macbook Pro,OSX优胜美地10.10.5版。

What version of XCODE are you using and do you have the command line tools extensions for it installed? 您正在使用哪个版本的XCODE,并且您是否安装了命令行工具扩展? Also, byebug is noted elsewhere has previously having compiler options that are unsupported by the xcode compilers. 同样,在其他地方注意到byebug以前具有xcode编译器不支持的编译器选项。 With xcode-5.1 you can turn these errors into warnings. 使用xcode-5.1,您可以将这些错误转换为警告。 Later versions may or may not permit this. 更高版本可能允许也可能不允许。 See: Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress' 请参阅: Ruby Gem安装Json在Mavericks和Xcode 5.1上失败-未知参数:'-multiply_definedsuppress'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装byebug(8.2.1)时出错,Bundler无法继续 - An error occurred while installing byebug (8.2.1), and Bundler cannot continue 安装 pg (0.15.1) 时出错,Bundler 无法继续 - An error occurred while installing pg (0.15.1), and Bundler cannot continue 安装ZenTest(4.8.2)时发生错误,并且Bundler无法继续。 - An error occurred while installing ZenTest (4.8.2), and Bundler cannot continue. 安装 pg (0.18.4) 时出错,Bundler 无法继续 - An error occurred while installing pg (0.18.4), and Bundler cannot continue 安装 nokogiri (1.6.0) 时出错,Bundler 无法继续 - An error occurred while installing nokogiri (1.6.0), and Bundler cannot continue 安装pg(0.19.0)时发生错误,Bundler无法继续 - An error occurred while installing pg (0.19.0), and Bundler cannot continue 安装sqlite3(1.3.11)时出错,Bundler无法继续 - An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue 安装 puma (3.6.0) 时出错,Bundler 无法继续 - An error occurred while installing puma (3.6.0), and Bundler cannot continue 安装json(1.8.3)时发生错误,并且Bundler无法在Windows 7上继续 - An error occurred while installing json (1.8.3), and Bundler cannot continue on windows 7 安装 pg (0.21.0) 时出错,Bundler 无法继续 - An error occurred while installing pg (0.21.0), and Bundler cannot continue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM