我正在尝试使用OpenWRT设备上的GraphicsMagick将文本注释为图像。似乎缺少"GhostScript“,因为它失败了: execvp failed, errno = 2 (No such file or directory)
gm convert: "gs所以我想安装GhostScript,但是我找不到它作为一个opkg包。谁能告诉我,如何安装GhostScript? 提前感谢!
我正在尝试创建一个触发器,用于在将函数部署到cloud function之前对其进行测试。到目前为止,我成功地安装了requirements.txt并执行了pytest,但是我得到了以下错误: /usr/local/lib/python3.7/site-packages/ghostscriptRuntimeError: Can not find Ghostscript library (libgs) 我的requirements.txt文件中有ghosts