New version Installation Issue

Hello!

I have an issue regarding the installation of the new version of Pumas, For some reason, the new version is failing to install in the laptop. I tried installing via the VSCOde extension and the manual install as you see below, but I still get the same error message.

ERROR: failed process: Process(julia +1.11.8 --startup-file=no '--project=C:\Users\haric\AppData\Local\Temp\jl_dlET0T' 'C:\Users\haric\AppData\Local\Temp\jl_sFkmNP\install.jl', ProcessExited(1)) [1]

Stacktrace:[1] pipeline_error@ .\process.jl:598 [inlined][2] run(::Cmd; wait::Bool)@ Base .\process.jl:513[3] run@ .\process.jl:510 [inlined][4] (::PumasProductManager.var"#4#7"{String, Vector{Dict{String, String}}, String})(tmp::String)@ PumasProductManager C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:377[5] mktempdir(fn::PumasProductManager.var"#4#7"{String, Vector{Dict{String, String}}, String}, parent::String; prefix::String)@ Base.Filesystem .\file.jl:819[6] mktempdir (repeats 2 times)@ .\file.jl:815 [inlined][7] _pkg_add_operations@ C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:344 [inlined][8] (::PumasProductManager.var"#2#3"{String, String, Vector{Dict{String, String}}, Dict{String, Any}, String})(dir::String)@ PumasProductManager C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:294[9] mktempdir(fn::PumasProductManager.var"#2#3"{String, String, Vector{Dict{String, String}}, Dict{String, Any}, String}, parent::String; prefix::String)@ Base.Filesystem .\file.jl:819[10] mktempdir(fn::Function, parent::String)@ Base.Filesystem .\file.jl:815[11] mktempdir@ .\file.jl:815 [inlined][12] install(env::String, dst::String; force::Bool)@ PumasProductManager C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:277[13] install@ C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:255 [inlined][14] init(product::String, path::Nothing)@ PumasProductManager C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:252[15] init(product::String)@ PumasProductManager C:\Users\haric.julia\packages\PumasProductManager\BtnsT\src\PumasProductManager.jl:216[16] do_cmd(command::Pkg.REPLMode.Command, io::Base.TTY)@ Pkg.REPLMode C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\src\REPLMode\REPLMode.jl:404[17] do_cmds(commands::Vector{Pkg.REPLMode.Command}, io::Base.TTY)@ Pkg.REPLMode C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\src\REPLMode\REPLMode.jl:393[18] do_cmds(repl::REPL.LineEditREPL, commands::String)@ REPLExt C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\ext\REPLExt\REPLExt.jl:92[19] on_done(s::REPL.LineEdit.MIState, buf::IOBuffer, ok::Bool, repl::REPL.LineEditREPL)@ REPLExt C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\ext\REPLExt\REPLExt.jl:106[20] #invokelatest#2@ .\essentials.jl:1055 [inlined][21] invokelatest@ .\essentials.jl:1052 [inlined][22] (::REPLExt.var"#47#50"{REPL.LineEditREPL})(s::REPL.LineEdit.MIState, buf::IOBuffer, ok::Bool)@ REPLExt C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\ext\REPLExt\REPLExt.jl:128[23] #invokelatest#2@ .\essentials.jl:1055 [inlined][24] invokelatest@ .\essentials.jl:1052 [inlined][25] run_interface(terminal::REPL.Terminals.TextTerminal, m::REPL.LineEdit.ModalInterface, s::REPL.LineEdit.MIState)@ REPL.LineEdit C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\REPL\src\LineEdit.jl:2755[26] run_frontend(repl::REPL.LineEditREPL, backend::REPL.REPLBackendRef)@ REPL C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\REPL\src\REPL.jl:1508[27] (::REPL.var"#79#85"{REPL.LineEditREPL, REPL.REPLBackendRef})()@ REPL C:\Users\haric.julia\juliaup\julia-1.11.8+0.x64.w64.mingw32\share\julia\stdlib\v1.11\REPL\src\REPL.jl:497

Hello,

I tried reinstalling the version 2.7.1, and it worked. However, I’m still unable to install versions 2.8.0 and 2.8.1.

Hello @HariV,

Is there any logging appearing above the error log that you’ve shown here?

Kind regards,
Michael Hatherly

Hello!

No, I don’t seem to see any logging before the error log.

Thank you,
With Regards,
Hari Chandana. V

Hi @HariV,

See if you can scroll up in the terminal buffer. There definitely should be more content above what you’ve pasted in here. If you’re not able to scroll up please provide a screenshot of the vscode (hiding any sensitive info of course). Also provide the version of the Pumas VSCode extension that you are on.

Kind regards,
Michael