Fix cannot find package "golang.org/x/text/unicode/norm"

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。

和上文類似,同樣是在安裝bleve這款全文檢索搜尋引擎上出現的問題。

編譯錯誤資訊

cannot find package "golang.org/x/text/unicode/norm" in any of:/Users/.../projects/go-projects/src/github.com/blevesearch/bleve/vendor/golang.org/x/text/unicode/norm (vendor tree)/usr/local/go/src/golang.org/x/text/unicode/norm (from $GOROOT)/Users/.../projects/go-projects/src/golang.org/x/text/unicode/norm (from $GOPATH)

解決方案

cd src/golang.org/xgit clone git@github.com:weisd/golang.org-x-text.git text --depth 1

相關說明

  • 一些包的鏡像在相關vendor中的manifest設定檔所對應的地址無法下載 比如下面:
  • https://github.com/blevesearch/bleve/blob/master/vendor/manifest

    "importpath": "golang.org/x/text/unicode/norm","repository": "https://go.googlesource.com/text",
  • 由上可知,https://go.googlesource.com/text 這個倉庫在牆外,有時候翻牆也會長時間打不開,我們通過直接找到其他可替代鏡像進行手動安裝的方式解決
  • 如果一些地址下載的是個壓縮包,那麼需要進行:下載,解壓,替換的步驟
  • 這裡附上github上的一個參考 issue

參考

  • https://gopm.io/download?pkgname=golang.org/x/text
  • https://golanglibs.com/search?q=golang.org%2Fx%2Ftext
  • https://gowalker.org/github.com/weisd/golang.org-x-text
  • https://github.com/weisd/golang.org-x-text
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.