- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我执行了 npm install
在 Mac 上的 gatsby js 目录中。
npm ERR! code 1
npm ERR! path /Users/<username>/<path>/node_modules/sharp
npm ERR! command failed
npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
npm ERR! sharp: Detected globally-installed libvips v8.11.2
npm ERR! sharp: Building from source via node-gyp
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@7.1.2
npm ERR! gyp info using node@15.14.0 | darwin | x64
npm ERR! gyp info find Python using Python version 3.7.0 found at "/Users/<username>/.pyenv/versions/3.7.0/bin/python3"
npm ERR! gyp info spawn /Users/<username>/.pyenv/versions/3.7.0/bin/python3
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args '/Users/<username>/.nodebrew/node/v15.14.0/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args 'binding.gyp',
npm ERR! gyp info spawn args '-f',
npm ERR! gyp info spawn args 'make',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args '/Users/<username>/<path>/blog/node_modules/sharp/build/config.gypi',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args '/Users/<username>/.nodebrew/node/v15.14.0/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args '-I',
npm ERR! gyp info spawn args '/Users/<username>/Library/Caches/node-gyp/15.14.0/include/node/common.gypi',
npm ERR! gyp info spawn args '-Dlibrary=shared_library',
npm ERR! gyp info spawn args '-Dvisibility=default',
npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/<username>/Library/Caches/node-gyp/15.14.0',
npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/<username>/.nodebrew/node/v15.14.0/lib/node_modules/npm/node_modules/node-gyp',
npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/<username>/Library/Caches/node-gyp/15.14.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/<username>/<path>/blog/node_modules/sharp',
npm ERR! gyp info spawn args '-Dnode_engine=v8',
npm ERR! gyp info spawn args '--depth=.',
npm ERR! gyp info spawn args '--no-parallel',
npm ERR! gyp info spawn args '--generator-output',
npm ERR! gyp info spawn args 'build',
npm ERR! gyp info spawn args '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! Package OpenEXR was not found in the pkg-config search path.
npm ERR! Perhaps you should add the directory containing `OpenEXR.pc'
npm ERR! to the PKG_CONFIG_PATH environment variable
npm ERR! Package 'OpenEXR', required by 'vips', not found
npm ERR! gyp: Call to 'PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11::/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" pkg-config --cflags-only-I vips-cpp vips glib-2.0 | sed s\/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/Users/<username>/.nodebrew/node/v15.14.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:369:20)
npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Darwin 20.5.0
npm ERR! gyp ERR! command "/Users/<username>/.nodebrew/node/v15.14.0/bin/node" "/Users/<username>/.nodebrew/node/v15.14.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd /Users/<username>/<path>/blog/node_modules/sharp
npm ERR! gyp ERR! node -v v15.14.0
npm ERR! gyp ERR! node-gyp -v v7.1.2
npm ERR! gyp ERR! not ok
我试过
brew reinstall vips
但错误没有被重新解决。有人知道这是什么吗?
最佳答案
IDK 为什么但 ilmbase 和 OpenEXR 有冲突的链接。
这对我有用。
brew install openexr
brew unlink ilmbase
brew link openexr
brew install imath
brew link imath
关于node.js - 严重错误 : Package OpenEXR was not found in the pkg-config search path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68710308/
我已经开始使用 OpenEXR 加载 EXR 图像。我必须使用浮点类型获取 RGB 像素。 对于 RGB 图像,加载没有问题,使用以下代码: ImfInputFile *iFile = ImfOpen
在尝试执行 OpenGL SuperBible 第 5 版中的示例时,我遇到了很多问题。来自 Chapter09/hdr_bloom。 问题是由链接 OpenEXR 库引起的,所以我手动构建它们并用作
我正在尝试使用这个dataset要做Exposure Meging (Fusion)在Python中。数据集中的每个图像都有 OpenEXR可以下载的文件(我对此文件格式没有太多经验)。 我想从具有不
我正在尝试使用这个dataset要做Exposure Meging (Fusion)在Python中。数据集中的每个图像都有 OpenEXR可以下载的文件(我对此文件格式没有太多经验)。 我想从具有不
我尝试创建一个解决方案,允许我在 Java 中读取 OpenExr 图像并在 JOGL 中使用纹理的像素数据。因为 Java 中没有免费的 OpenExr 库(没有找到任何有效的东西),所以我的想法是
我正在尝试在windows7上使用mingw编译openexr。我收到此错误: main.cpp: In function 'int main(int, char**)': main.cpp:213:
GetPixels() 来自使用 FreeImage 库(96 位:3 x 32 位 IEEE 浮点)加载的 EXR 图像。这个想法是将像素数据转换为 QImage::Format_RGB888。 编
我正在尝试使用 cygwin 编译 OpenEXR,但我遇到了麻烦。 到目前为止我做了什么: cd ilmbase-X.X.X ./configure make make install make c
我在项目中使用 PyInstaller 3.3.1 和 OpenEXR 1.3.0。 我使用 --onefile 选项创建单个文件可执行文件。 这按预期工作: import sys if getatt
我在为包含 OpenEXR 定义的半类型的 Imf::Rgba 结构赋值时遇到问题。似乎存在与从 float 到 half 的转换有关的链接器错误。 Linking CXX executable gr
我正在尝试使用一个 channel 加载 OpenEXR 格式的深度图像,但是,我无法根据以下文档找出我需要使用的格式:http://www.openexr.com/documentation/Rea
我已经在我的 Mac 上使用 pip install openexr 成功安装了 openexr,但同样的命令在 Ubuntu 上失败了: OpenEXR.cpp:9:22: fatal error:
如果之前已经回答过这个问题,我深表歉意。我尝试了很多选择,但似乎无法解决我的问题。 我有一系列 OpenEXR 图像,我想将它们合并到 WebM 中并包含透明度。这是我的 ffmpeg 命令的基础知识
我执行了 npm install在 Mac 上的 gatsby js 目录中。 macOs 是大苏尔 版本是 11.4。 Gatsby 版本是 3.11.0 gatsby-plugin-sharp 版
我在使用 CMake 为 Windows 7 构建 OpenEXR 时遇到问题。 我正在按照描述的说明进行操作 here 我运行cmake命令后的cmd输出如下: Microsoft Windows
我是一名优秀的程序员,十分优秀!