I have been using Julia 1.82 on Windows 10 for nearly two years.
Up til now, the Plots.jl package has funcioned very well. Suddenly,
however, the package fails to work. Whenever I run a code that
includes the plot() command, an error pops up:
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
Deps path: C:\Users\torei.julia\packages\FFMPEG\guN1x\src..\deps\deps.jl
ERROR: LoadError: FFMPEG not installed properly, run ] build FFMPEG, restart Julia and try again
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] top-level scope
@ C:\Users\torei.julia\packages\FFMPEG\guN1x\src\FFMPEG.jl:23
[3] include
@ .\Base.jl:419 [inlined]
[4] 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:1554
[5] top-level scope
@ stdin:1
in expression starting at C:\Users\torei.julia\packages\FFMPEG\guN1x\src\FFMPEG.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] to C:\Users\torei.julia\compiled\v1.8\FFMPEG\jl_7749.tmp.
I have tried the ] build FFMPEG command, to no avail.
Similar problems related to earlier versions of Julia have been noted, inviting a variety of suggested solutions, many of which didn’t seem to solve the problem.
However, upgrading Julia would be a good idea since you are currently using an unsupported version. The only supported verisons of Julia are Julia 1.6.7 and Julia 1.10.3 at the moment.