tarp icon indicating copy to clipboard operation
tarp copied to clipboard

undefined: msgpack.Decode during installation

Open georgepar opened this issue 4 years ago • 2 comments

Hello,

I encounter the following error when trying to install tarp

webdataset/tarp/tarp/sort.go:44:17: undefined: msgpack.Encode
webdataset/tarp/tarp/sort.go:83:6: undefined: msgpack.Decode                                                                                                                                          

I tried both go get -v github.com/webdataset/tarp/tarp and go get -v github.com/tmbdev/tarp/tarp

Tried with Go version 1.13.8, 1.16.3 and 1.17.

This is a bit weird because I tried to install it a week ago in the same machine (ubuntu 20.04) and it installed without an issue.

georgepar avatar Oct 06 '21 12:10 georgepar

I can't reproduce this.

In any case, I have updated tarp to use mpio always, so the dependencies should be correct now no matter what.

Please give it another try.

tmbdev avatar Dec 13 '21 23:12 tmbdev

Hi. Same issue. Go version is go1.15.2 darwin/amd64 . macos.

jipson7 avatar Dec 16 '21 17:12 jipson7