尝试安装第三方Excel包始终失败呢

go2love · · 1993 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

尝试过各种地址的excelize和tealeg/xlsx,都是直接go get 不行,然后clone下来后安装又提示golang里的文件缺失。 go版本:go version go1.17.8 windows/amd64 OS版本:Win11 命令: ``` git config --global url.git@github.com:.insteadOf https://github.com/ C:\Users\Gao\go\src\sorter>git clone https://gitclone.com/github.com/360EntSecGroup-Skylar/excelize Cloning into 'excelize'... remote: 对象计数中: 4932, 完成. remote: 压缩对象中: 100% (2610/2610), 完成. remote: Total 4932 (delta 3808), reused 3028 (delta 2305)Receiving objects: 100% (4932/4932), 3.46 MiB | 766.00 KiB/s Receiving objects: 100% (4932/4932), 3.52 MiB | 768.00 KiB/s, done. Resolving deltas: 100% (3808/3808), done. ``` go install 的时候提示如下: ``` excelize\crypt.go:31:2: cannot find package "golang.org/x/crypto/md4" in any of: C:\Program Files\Go\src\golang.org\x\crypto\md4 (from $GOROOT) C:\Users\Gao\go\src\golang.org\x\crypto\md4 (from $GOPATH) excelize\crypt.go:32:2: cannot find package "golang.org/x/crypto/ripemd160" in any of: C:\Program Files\Go\src\golang.org\x\crypto\ripemd160 (from $GOROOT) C:\Users\Gao\go\src\golang.org\x\crypto\ripemd160 (from $GOPATH) excelize\excelize.go:29:2: cannot find package "golang.org/x/net/html/charset" in any of: C:\Program Files\Go\src\golang.org\x\net\html\charset (from $GOROOT) C:\Users\Gao\go\src\golang.org\x\net\html\charset (from $GOPATH) excelize\crypt.go:33:2: cannot find package "golang.org/x/text/encoding/unicode" in any of: C:\Program Files\Go\src\golang.org\x\text\encoding\unicode (from $GOROOT) C:\Users\Gao\go\src\golang.org\x\text\encoding\unicode (from $GOPATH) ``` 发现目前github上也没有对应的这几个文件呢。 用以下几个命令都报错: ``` git clone https://gitclone.com/github/golang.org/x/crypto/md4 git clone https://gitclone.com/github/golang.org/x/crypto/ripemd160 git clone https://gitclone.com/github/golang.org/x/net/html/charset git clone https://gitclone.com/github/golang.org/x/text/encoding/unicode ```

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1993 次点击  
加入收藏 微博
10 回复  |  直到 2022-03-25 20:44:13
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传