install error undefined #1
Closed
opened 3 years ago by beckietech
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
hi,
I want to install this library by using README, however, I got this error
go/src/github.com/Unbewohnte/id3ed/v2/write.go:166:15: undefined: os.CreateTemp
May I know how this hapeen?
Hello !
I`ve tried to recreate this issue, but it seems that ID3v2 frame replacing works as expected.
There`s not enough information for me to determine what exactly goes wrong in your situation.
Maybe you have a ve~ry old Go compiler ? In this case this library will not work for you (because many os functions were in ioutil package instead before). Good idea would be to update.
Feel free to discuss !