You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using TableReader
[ Info: Precompiling TableReader [70df011a-6618-58d7-8e16-3cf9e384cb47]
ERROR: Error while loading expression starting at /home/tamas/.julia/packages/CodecZstd/Mf03f/src/CodecZstd.jl:20
caused by [exception 1]
CodecZlib.jl is not installed properly, run Pkg.build("CodecZlib") and restart Julia.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] top-level scope at /home/tamas/.julia/packages/CodecZstd/Mf03f/src/CodecZstd.jl:21
which, I think refers to the wrong package? Also, when I try to build (I have errors enabled for depwarns)
(v1) pkg> build CodecZstd
Building CodecZstd →`~/.julia/packages/CodecZstd/Mf03f/deps/build.log`
┌ Error: Error building `CodecZstd`:
│ ERROR: Error while loading expression starting at /home/tamas/.julia/packages/CodecZstd/Mf03f/deps/build.jl:31
│ caused by [exception 1]
│ platform_key() is deprecated, use platform_key_abi() from now on
│ Stacktrace:
│ [1] depwarn(::String, ::Symbol) at ./deprecated.jl:77
│ [2] platform_key(::String) at /home/tamas/.julia/packages/BinaryProvider/4F5Hq/src/CompatShims.jl:10 (repeats 2 times)
│ [3] top-level scope at /home/tamas/.julia/packages/CodecZstd/Mf03f/deps/build.jl:31
│ [4] include at ./boot.jl:328 [inlined]
│ [5] include_relative(::Module, ::String) at ./loading.jl:1094
│ [6] include(::Module, ::String) at ./Base.jl:31
│ [7] include(::String) at ./client.jl:431
│ [8] top-level scope at none:5
└ @ Pkg.Operations ~/src/julia-git/usr/share/julia/stdlib/v1.2/Pkg/src/backwards_compatible_isolation.jl:626
(v1) pkg> st --manifest TableReader
Status `~/.julia/environments/v1/Manifest.toml`
[ba30903b] CodecXz v0.5.0
[944b1d66] CodecZlib v0.5.2
[6b39b394] CodecZstd v0.5.0
[a93c6f00] DataFrames v0.17.1
[70df011a] TableReader v0.3.0
[3bb67fe8] TranscodingStreams v0.9.3
[ade2ca70] Dates
[de0858da] Printf
[9abbd945] Profile
[8dfed614] Test
[4ec0a83e] Unicode
The text was updated successfully, but these errors were encountered:
I got the error message with TableReader
which, I think refers to the wrong package? Also, when I try to build (I have errors enabled for depwarns)
The text was updated successfully, but these errors were encountered: