CodecZstd.jl
CodecZstd.jl copied to clipboard
transcode(::Type{CodecZstd.ZstdCompressor}, ::String) is ambiguous.
When using Compressor or Decompressor, transcode(::Type{CodecZstd.ZstdCompressor}, ::String) is ambiguous. Candidates: transcode(T, src::String) in Base always came out. I tried to use Base.transcode, it still doesn't work.
using CodecZstd; transcode(ZstdCompressor, "abc");
Unfortunately, I can't reproduce this issue. Can you please share the output of julia> versioninfo() and julia> import Pkg; Pkg.pkg"st -m" to show what versions of Julia and other packages you are using?
I'm closing this as non-reproducible, but please let me know if the issue persists.