Skip to content
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

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

Open
lemelinm opened this issue Feb 22, 2022 · 0 comments
Labels

Comments

@lemelinm
Copy link

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

@lemelinm lemelinm added the bug label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant