亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

在 Heroku 上使用 Imagemagick 部署 Go 應用程序

在 Heroku 上使用 Imagemagick 部署 Go 應用程序

Go
達令說 2021-08-23 16:28:41
我一直在嘗試使用imagick部署一個簡單的 Go 應用程序 這需要Imagemagick. 我已經嘗試使用多 buildpack來安裝 Imagemagick 并運行我的應用程序。這是我的.buildpack樣子:https://github.com/mcollina/heroku-buildpack-imagemagickhttps://github.com/kr/heroku-buildpack-go.git這是我在 Heroku 上看到的錯誤:    Fetching repository, done.Counting objects: 170, done.Compressing objects: 100% (154/154), done.Writing objects: 100% (169/169), 170.13 KiB | 0 bytes/s, done.Total 169 (delta 21), reused 0 (delta 0)-----> Fetching custom git buildpack... done-----> Multipack app detected=====> Downloading Buildpack: https://github.com/mcollina/heroku-buildpack-imagemagick=====> Detected Framework:-----> Installing libpng 1.5.14       Download completed       Installation completed-----> Installing imagemagick 6.8.2-3       Download completed       Installation completed-----> Building runtime environment for imagemagick=====> Downloading Buildpack: https://github.com/kr/heroku-buildpack-go.git=====> Detected Framework: Go-----> Installing go1.3... done-----> Running: godep go install -tags heroku ./...# github.com/gographics/imagick/imagickerror: 'RemoveAlphaChannel' undeclared (first use in this function)error: 'FlattenAlphaChannel' undeclared (first use in this function)godep: go exit status 2 !     Push rejected, failed to compile Multipack appTo [email protected]:philosoraptor-me.git ! [remote rejected] master -> master (pre-receive hook declined)error: failed to push some refs to
查看完整描述

2 回答

?
夢里花落0921

TA貢獻1772條經驗 獲得超6個贊

我最終使用了imageGo 優秀標準庫中的包,而不是依賴于imagemagick.

這也教會了我一個寶貴的教訓,那就是尋找盡可能接近問題的解決方案,而不是嘗試使用我最熟悉的工具來解決它。


查看完整回答
反對 回復 2021-08-23
?
守候你守候我

TA貢獻1802條經驗 獲得超10個贊

您是否嘗試過更新 gographics/imagick 的本地副本并執行操作godep update gographics/imagick?錯誤error: 'FlattenAlphaChannel' undeclared似乎來自庫而不是構建包


查看完整回答
反對 回復 2021-08-23
  • 2 回答
  • 0 關注
  • 205 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號