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
I tried to pull it and use it, but I get this error.
[ Info: Precompiling Krypto [22b01cb4-8998-51a4-b592-bce4434a1af0]
┌ Warning: Package Krypto does not have Compat in its dependencies:
│ - If you have Krypto checked out for development and have
│ added Compat as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Krypto
└ Loading Compat into Krypto from project dependency, future warnings for Krypto are suppressed.
ERROR: LoadError: LoadError: syntax: extra token "CryptoAlgorithm" after end of expression
Stacktrace:
[1] include at ./boot.jl:317 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include at ./sysimg.jl:29 [inlined]
[4] include(::String) at /home/rv/.julia/packages/Krypto/V7RD3/src/Krypto.jl:2
[5] top-level scope at none:0
[6] include at ./boot.jl:317 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1038
[8] include(::Module, ::String) at ./sysimg.jl:29
[9] top-level scope at none:2
[10] eval at ./boot.jl:319 [inlined]
[11] eval(::Expr) at ./client.jl:389
[12] top-level scope at ./none:3
in expression starting at /home/rv/.julia/packages/Krypto/V7RD3/src/Util/CryptoTypes.jl:5
in expression starting at /home/rv/.julia/packages/Krypto/V7RD3/src/Krypto.jl:78
ERROR: Failed to precompile Krypto [22b01cb4-8998-51a4-b592-bce4434a1af0] to /home/rv/.julia/compiled/v1.1/Krypto/tqfJy.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] _require(::Base.PkgId) at ./logging.jl:311
[5] require(::Base.PkgId) at ./loading.jl:852
[6] require(::Module, ::Symbol) at ./logging.jl:311
The text was updated successfully, but these errors were encountered:
I tried to pull it and use it, but I get this error.
The text was updated successfully, but these errors were encountered: