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
When I installed the Polylogarithms package it was said that Method definition parse(Type{Base.Rational{T}}, AbstractString) where {T<:Integer} in module Base at rational.jl:103 overwritten in module Polylogarithms, which is not permitted during precompilation. What should I do to fix it?
Resolving package versions...
Updating ~/.julia/environments/v1.10/Project.toml
[43cc4a2f] + Polylogarithms v0.1.0
⌅ [276daf66] ↓ SpecialFunctions v2.3.1 ⇒ v0.10.3
Updating ~/.julia/environments/v1.10/Manifest.toml
[43cc4a2f] + Polylogarithms v0.1.0
⌅ [276daf66] ↓ SpecialFunctions v2.3.1 ⇒ v0.10.3
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use status --outdated -m
Precompiling project...
✓ SpecialFunctions
? Polylogarithms
1 dependency successfully precompiled in 1 seconds. 177 already precompiled.
1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version
1 dependency failed but may be precompilable after restarting julia
1 dependency had output during precompilation:
┌ Polylogarithms
│ WARNING: Method definition parse(Type{Base.Rational{T}}, AbstractString) where {T<:Integer} in module Base at rational.jl:103 overwritten in module Polylogarithms at /Users/yihuang/.julia/packages/Polylogarithms/HjInn/src/utilities.jl:53.
│ ERROR: Method overwriting is not permitted during Module precompilation. Use __precompile__(false) to opt-out of precompilation.
└
The text was updated successfully, but these errors were encountered:
When I installed the Polylogarithms package it was said that Method definition parse(Type{Base.Rational{T}}, AbstractString) where {T<:Integer} in module Base at rational.jl:103 overwritten in module Polylogarithms, which is not permitted during precompilation. What should I do to fix it?
The text was updated successfully, but these errors were encountered: