We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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 InteractiveUtils; versioninfo()
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
using Pkg; Pkg.status()
C:\Users\mario\.julia\environments\v1.7\Project.toml
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: