-
Notifications
You must be signed in to change notification settings - Fork 32
WARNING: could not import DoubleFloats.Double64 into HomotopyContinuation #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, what version of the software are you using? |
On Julia 1.6.2 and visual studio code 1.60 |
Can you tell us the result of
|
HomotopyContinuation v1.0.2 I have run the mentioned command and got the following result
[621f4979] AbstractFFTs v0.5.0 and re-run the same code and it has thrown again the same error. |
Thank you for hearing me out. I have cloned the latest version of the HomotopyContinuation from GitHub and now the code works. |
For some reason you get a reaaaally old version from HomotopyContinuation. |
On ubuntu 20.04, Julia 1.6.2, I get the following error
WARNING: could not import DoubleFloats.Double64 into HomotopyContinuation
ERROR: LoadError: LoadError: UndefVarError: Double64 not defined
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/HomotopyContinuation/EYtCe/src/newton.jl:67
[2] include(mod::Module, _path::String)
@ Base ./Base.jl:386
[3] include(x::String)
@ HomotopyContinuation ~/.julia/packages/HomotopyContinuation/EYtCe/src/HomotopyContinuation.jl:1
[4] top-level scope
@ ~/.julia/packages/HomotopyContinuation/EYtCe/src/HomotopyContinuation.jl:44
[5] include
@ ./Base.jl:386 [inlined]
[6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1235
[7] top-level scope
@ none:1
[8] eval
@ ./boot.jl:360 [inlined]
[9] eval(x::Expr)
@ Base.MainInclude ./client.jl:446
[10] top-level scope
@ none:1
in expression starting at /home/asgher/.julia/packages/HomotopyContinuation/EYtCe/src/newton.jl:67
in expression starting at /home/asgher/.julia/packages/HomotopyContinuation/EYtCe/src/HomotopyContinuation.jl:1
ERROR: LoadError: Failed to precompile HomotopyContinuation [f213a82b-91d6-5c5d-acf7-10f1c761b327] to /home/asgher/.julia/compiled/v1.6/HomotopyContinuation/jl_QucYLm.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
@ Base ./loading.jl:1385
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1329
[4] _require(pkg::Base.PkgId)
@ Base ./loading.jl:1043
[5] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:936
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:923
[7] eval
@ ./boot.jl:360 [inlined]
[8] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base ./loading.jl:1116
[9] invokelatest(::Any, ::Any, ::Vararg{Any, N} where N; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Base ./essentials.jl:708
[10] invokelatest(::Any, ::Any, ::Vararg{Any, N} where N)
@ Base ./essentials.jl:706
[11] inlineeval(m::Module, code::String, code_line::Int64, code_column::Int64, file::String; softscope::Bool)
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:201
[12] (::VSCodeServer.var"#58#62"{Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:153
[13] withpath(f::VSCodeServer.var"#58#62"{Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams}, path::String)
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/repl.jl:185
[14] (::VSCodeServer.var"#57#61"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:151
[15] hideprompt(f::VSCodeServer.var"#57#61"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/repl.jl:36
[16] (::VSCodeServer.var"#56#60"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:122
[17] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:491
[18] with_logger
@ ./logging.jl:603 [inlined]
[19] (::VSCodeServer.var"#55#59"{VSCodeServer.ReplRunCodeRequestParams})()
@ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:191
[20] #invokelatest#2
@ ./essentials.jl:708 [inlined]
[21] invokelatest(::Any)
@ Base ./essentials.jl:706
[22] macro expansion
@ ~/.vscode/extensions/julialang.language-julia-1.3.32/scripts/packages/VSCodeServer/src/eval.jl:34 [inlined]
[23] (::VSCodeServer.var"#53#54")()
@ VSCodeServer ./task.jl:411
in expression starting at /home/asgher/Desktop/KalabaProblem/ver10.jl:2
The text was updated successfully, but these errors were encountered: