julia> using Plots
ERROR: InitError: could not load library “C:\Users\a225.julia\artifacts\8e5c0ff
96e49241eec5822be35ce7109c2bcf934\bin\libogg-0.dll”
The specified module could not be found.
Stacktrace:
[1] dlopen(::String, ::UInt32; throw_error::Bool) at D:\buildbot\worker\package win64\build\usr\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109
[2] dlopen at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.
4\Libdl\src\Libdl.jl:109 [inlined] (repeats 2 times)
[3] init() at C:\Users\a225.julia\packages\Ogg_jll\fUOuz\src\wrappers\x86
64-w64-mingw32.jl:35
[4] _include_from_serialized(::String, ::Array{Any,1}) at .\loading.jl:697
[5] _require_search_from_serialized(::Base.PkgId, ::String) at .\loading.jl:781
[6] _tryrequire_from_serialized(::Base.PkgId, ::UInt64, ::String) at .\loading.
jl:712
[7] _require_search_from_serialized(::Base.PkgId, ::String) at .\loading.jl:770
[8] _require(::Base.PkgId) at .\loading.jl:1006
[9] require(::Base.PkgId) at .\loading.jl:927
[10] require(::Module, ::Symbol) at .\loading.jl:922
during initialization of module Ogg_jll
Does that libogg-0.dll file exist? If it exists then it’s probably a permission issue. Also you might try removing Plots and adding it again, look at the log when you add it make sure there are no errors reported, like a failure to download or create that dll.
At the same time you weren’t able to add Plots and to use Plots (this thread). the first issue is solved and I think the two issues are related and, in general, not a Plots.jl issue.
Maybe its best to remove Julia and start over with a new clean install: Deinstall Julia and remove folder C:\Users\a225\.julia
As a beginner of Julia, I found it is quite frustrating for this type of bugs.
Please try to communicate more open, it helps to find solutions and to help you. I understand that you are frustrated if things doesn’t work smoothly but, as a beginner, you are possibly not the one to decide what a bug is and for me it seems, that the problems you have, derive from your Windows 7 system, which is not in the best state (despite that it is a massive security thread for your own personal data).
I say that because you are talking about bugs in Plots.jl AFTER you got the solution in the other thread (which, by the way, maybe still uncomplete).