JunoLab/Weave.jl

[BUG] Problem when I do Weave.run() ERROR in process.jl:443 Stacktrace: [1] top-level scope @ REPL[9]:1

lemelinm opened this issue · 0 comments

description

I have install Weave in Julia 1.7.2:
] add Weave #no problem
import Weave
Weave.run()

I receive this text:
ERROR: MethodError: no method matching run()
Closest candidates are:
run(::Base.AbstractCmd, ::Any...; wait) at C:\Users\mario\AppData\Local\Programs\Julia-1.7.2\share\julia\base\process.jl:443
Stacktrace:
[1] top-level scope
@ REPL[9]:1

versions

Julia 1.7.2 on Windows 10 Pro x64 21H2

using InteractiveUtils; versioninfo():
output:
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
Environment:
JULIA = C:\Users\mario\AppData\Local\Programs\Julia-1.7.2\bin

using Pkg; Pkg.status():
output
Status C:\Users\mario\.julia\environments\v1.7\Project.toml
[634d3b9d] DrWatson v2.9.1
[c3e4b0f8] Pluto v0.18.0
[44d3d7a6] Weave v0.10.10

interessting fact

I did the same steps to install DrWatsaon and when I did DrWatson.run(), I receive this error message:

DrWatson.run()
output
ERROR: MethodError: no method matching run()
Closest candidates are:
run(::Base.AbstractCmd, ::Any...; wait) at C:\Users\mario\AppData\Local\Programs\Julia-1.7.2\share\julia\base\process.jl:443
Stacktrace:
[1] top-level scope
@ REPL[22]:1

conclusion

So it is clear that my distribution of julia have a problem at that folder ..\Julia-1.7.2\share\julia\base\process.jl

Thanks in Advance for your help
Mario