简体   繁体   English

在 unf_ext 0.0.8 上使用原生扩展 Chaskiq

[英]Struck on unf_ext 0.0.8 with native extensions Chaskiq

I am currently facing this issue on Chaskiq bot which is based on ruby and rails.我目前在基于 ruby 和 rails 的 Chaskiq 机器人上遇到这个问题。 While installing dependencies with bundler, I got stuck at unf_ext 0.0.8.在使用 bundler 安装依赖项时,我卡在了 unf_ext 0.0.8。

First I encounter the ruby version error that 2.7.6 is not supported, only 2.7.5 is then Installed the 2.7.5 ran this cmd首先我遇到ruby版本错误不支持2.7.6,只有2.7.5然后安装2.7.5跑这个cmd

bundle install

enter image description here在此处输入图像描述

Edit Gemfile编辑宝石文件

sudo nano Gemfile

replace the following line:替换以下行:

gem "sassc"

with:和:

gem "sassc", "~> 2.1.0"

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

相关问题 宝石unf_ext无法构建宝石本机扩展 - Gem unf_ext failed to build gem native extension Vagrant -v忽略ffi -nokogiri和unf_ext,因为它的扩展名没有构建 - Vagrant -v Ignoring ffi -nokogiri and unf_ext because its extensions are not built 安装 unf_ext 0.0.7.2 不起作用 - Installing unf_ext 0.0.7.2 not working 由于编译Unf_ext时出错,无法捆绑安装 - Cannot Bundle Install due to an error compiling Unf_ext ' 安装/捆绑gem unf_ext -v'0.0.6'时出错 - Error installing/bundling gem unf_ext -v '0.0.6' 安装unf_ext时,Bundle安装失败。 “安装unf_ext时无法分配内存错误” - Bundle install fails when install unf_ext. “Cannot allocate memory error when installing unf_ext” 在Windows 64位系统中运行捆绑安装时安装unf_ext -v'0.0.6'时出错 - Error installing unf_ext -v '0.0.6' when run bundle install in Windows 64bit 在Mountain Lion Mac上进行gem install unf_ext -v'0.0.6'失败 - gem install unf_ext -v '0.0.6' fails on Mountain Lion mac 安装 unf_ext (0.0.7.2) 时出错,Bundler 无法继续 - An error occurred while installing unf_ext (0.0.7.2), and Bundler cannot continue 使用原生扩展安装 mysql2 0.4.10 Gem::Ext::BuildError: ERROR: Failed to build gem native extension - Installing mysql2 0.4.10 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM