- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在尝试捆绑安装 nokogiri 1.7.2 时遇到问题
我在用
gem 'rails', '4.2.4'
MacOS High Sierra version 10.13.6
An error occurred while installing nokogiri (1.7.2), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.7.2'` succeeds before bundling.
In Gemfile:
rails_admin was resolved to 1.1.1, which depends on
rails was resolved to 4.2.4, which depends on
actionmailer was resolved to 4.2.4, which depends on
actionpack was resolved to 4.2.4, which depends on
actionview was resolved to 4.2.4, which depends on
rails-dom-testing was resolved to 1.0.8, which depends on
nokogiri
$ sudo gem install nokogiri -v '1.7.2'
Building native extensions. This could take a while...
Building Nokogiri with a packaged version of libxml2-2.9.4
with the following patches applied:
- 0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch
- 0002-Fix-XPointer-paths-beginning-with-range-to.patch
- 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch
Team Nokogiri will keep on doing their best to provide security
updates in a timely manner, but if this is a concern for you and want
to use the system library instead; abort this installation process and
reinstall nokogiri as follows:
gem install nokogiri -- --use-system-libraries
[--with-xml2-config=/path/to/xml2-config]
[--with-xslt-config=/path/to/xslt-config]
If you are using Bundler, tell it to use the option:
bundle config build.nokogiri --use-system-libraries
bundle install
Note, however, that nokogiri is not fully compatible with arbitrary
versions of libxml2 provided by OS/package vendors.
************************************************************************
Extracting libxml2-2.9.4.tar.gz into tmp/x86_64-apple-darwin17/ports/libxml2/2.9.4... OK
Running git apply with /Library/Ruby/Gems/2.3.0/gems/nokogiri-1.7.2/patches/libxml2/0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch... OK
Running git apply with /Library/Ruby/Gems/2.3.0/gems/nokogiri-1.7.2/patches/libxml2/0002-Fix-XPointer-paths-beginning-with-range-to.patch... OK
Running git apply with /Library/Ruby/Gems/2.3.0/gems/nokogiri-1.7.2/patches/libxml2/0003-Disallow-namespace-nodes-in-XPointer-ranges.patch... OK
Running 'configure' for libxml2 2.9.4... OK
Running 'compile' for libxml2 2.9.4... ERROR, review '/Library/Ruby/Gems/2.3.0/gems/nokogiri-1.7.2/ext/nokogiri/tmp/x86_64-apple-darwin17/ports/libxml2/2.9.4/compile.log' to see what happened. Last lines are:
...
最佳答案
有时这很痛苦,我什至不确定为什么会随机发生这种情况。然而,这是我大部分时间解决它的方法。
brew unlink xz
gem install nokogiri
brew link xz
brew install libxml2
gem install nokogiri -- --use-system-libraries \
--with-xml2-include=$(brew --prefix libxml2)/include/libxml2
关于ruby-on-rails - ruby on rails - 问题包在 ruby on rails 4.x 上安装 nokogiri 1.7.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52169077/
我有以下 debian 结构: debian/usr/share/test debian/usr/share/test/test debian/usr/share/test/test/a debian
我有一个 .dtsx 文件(一个 SSIS 包),它从 FTP 服务器下载文件并导入数据。每当我手动运行它时,它运行良好。但是,当我将调用包作为 SQL Server 代理作业中的一个步骤进行调度时,
我试图根据 golang 实际执行的内容而不是通常所做的或被认为是好的做法来更好地理解包在 go 中的工作方式(我们稍后也可以讨论好的做法,但我希望先了解 go)。 来自 effective go它说
我试图用谷歌搜索“r package parallel”,但我没有在 CRAN 上找到它。我也尝试了以下链接,但它们不起作用: http://cran.r-project.org/web/packag
当作为 dockerfile 的一部分从 docker 中的 PECL 包管理器安装 opencensus-alpha 时,会抛出错误 /bin/sh: pecl: not found docker
我将 twbs:bootstrap 添加到我的包文件中以下载它。我查看了该软件包的文档,它直接将我带到了 Bootstrap WebView 。然后尝试从该 web-sight 中为标题插入以下代码
我有一个具有这种结构的 npm 包: --src --styles -image.png -style.scss style.scss 文件是这样引用图像的: .test {
pack('H*', dechex(12345678900)) /* on 32bit */ != pack('H*', dechex(12345678900)) /* on 64bit */ 为什
无法访问 android.car 包。 将 useLibrary 'android.car' 添加到应用程序模块的 build.gradle 后,它开始在模拟器上构建和运行,但 Android Stu
我想知道您是否可以帮助解决我在使用 SBCL 时遇到的错误。我正在做一个教程,第一课之一是将脚本加载到 LISP 中。这是名为 hello.lisp 的脚本: (defun hello ()
我正在使用 arules 包来离散数据框中的连续变量。 我正在使用这条特殊的线路 离散化(数据 1,类别 = 3) 但它给了我一个错误 cut.default(x,k2) 中的错误:k2 必须是数字
我正在尝试使用带有 midasr 的月度变量生成季度变量的提前 1 步预测。包裹。我遇到的麻烦是我只能估计一个MIDAS当样本中每月观察的数量正好是季度观察数量的 3 倍时模型。 我如何在 midas
我正在尝试使用包 Ryacas在 R .这是怎么回事: > install.packages("Ryacas") --- Please select a CRAN mirror for use in
有没有办法像在 dygraphs 网站本身 http://dygraphs.com/tests/plotters.html 上那样在 R 中使用带有 dygraphs 的不同类型的图?使用 R 时有没
我正在尝试计算 R 网络中的队列大小。为此,我首先计算网络中返回向量的所有节点的中间中心性。为了计算队列,我必须对所有节点的所有介数值求和,并将其与其他一些值相乘,这些值在我的例子中是不变的。我尝试使
显然,项目依赖项没有被打包到由以下生成的 jar 中: sbt package 如何包含依赖项? 最佳答案 嗯,我用 sbt-assembly plugin创建具有依赖项的 jar, (1) 添加 s
我目前正在处理每行包含大量文本的大型数据框,并希望使用 hunspell 有效识别和替换每个句子中拼写错误的单词。包裹。我能够识别拼写错误的单词,但不知道该怎么做 hunspell_suggest在名
有谁知道如何让 R 包 VennDiagram 根据集合大小缩放包含 3 个相交集合的维恩图的圆? 我可以使用 venneular 包实现这样的缩放,但我发现与 VennDiagram 相比,这在其他
我有两个数据框: > head(k) V1 1 1814338070 2 1199215279 3 1283239083 4 1201972527 5 404900682 6 3
我有一个数据框包含名为 ID、经度 (LON)、纬度 (LAT) 的变量,您可以 download from here .我使用带有以下代码的 ggplot2 包在具有相同颜色的国家 map 上绘制了
我是一名优秀的程序员,十分优秀!