Cant install Pluto in Julia

Hello I am trying to install pluto in julia 1.6.2 and I cant?
Can somebody help me. I am using windows 10
this is the error mesage

Version 1.6.2 (2021-07-14)
/ |_|||_’_| | Official https://julialang.org/ release
|__/ |

julia> using Pluto
[ Info: Precompiling Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781]

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 – CESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 – at 0x0 –
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 – unknown function (ip: 0000000000000000)
in expression starting at none:0
0000)
in expression starting at none:0
0000)
in expression starting at none:0
in expression starting at none:0
in expression starting at none:0
ERROR: LoadError: Failed to precompile ExproniconLite [55351af7-c7e9-48d6-89ff-24e801d99491] to C:\Users\ismael.o.julia\compiled\v1.6\ExproniconLite\jl_C0F1.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
@ Base .\loading.jl:1385
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1329
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1043
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923
[7] include
@ .\Base.jl:386 [inlined]
[8] 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:1235
[9] top-level scope
@ none:1
[10] eval
@ .\boot.jl:360 [inlined]
[11] eval(x::Expr)
@ Base.MainInclude .\client.jl:446
[12] top-level scope
@ none:1
in expression starting at C:\Users\ismael.o.julia\packages\Configurations\S1RPp\src\Configurations.jl:1
ERROR: LoadError: LoadError: Failed to precompile Configurations [5218b696-f38b-4ac9-8b61-a12ec717816d] to C:\Users\ismael.o.julia\compiled\v1.6\Configurations\jl_BE51.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
@ Base .\loading.jl:1385
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1329
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1043
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923
[7] include(mod::Module, _path::String)
@ Base .\Base.jl:386
[8] include(x::String)
@ Pluto C:\Users\ismael.o.julia\packages\Pluto\HmZoH\src\Pluto.jl:11
[9] top-level scope
@ C:\Users\ismael.o.julia\packages\Pluto\HmZoH\src\Pluto.jl:23
[10] include
@ .\Base.jl:386 [inlined]
[11] 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::Nothing)
@ Base .\loading.jl:1235
[12] top-level scope
@ none:1
[13] eval
@ .\boot.jl:360 [inlined]
[14] eval(x::Expr)
@ Base.MainInclude .\client.jl:446
[15] top-level scope
@ none:1
in expression starting at C:\Users\ismael.o.julia\packages\Pluto\HmZoH\src\Configuration.jl:1
in expression starting at C:\Users\ismael.o.julia\packages\Pluto\HmZoH\src\Pluto.jl:1
ERROR: Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to C:\Users\ismael.o.julia\compiled\v1.6\Pluto\jl_BB82.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
@ Base .\loading.jl:1385
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1329
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1043
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923

Are you sure this is a Pluto issue? What happens if you add Pluto to a temp environment without any other packages and use it from there?

This appears to be a Windows issue, maybe related to Java?

Do try in a temp environment as suggested by Nils.

Or set up a specific environment with the minimal number of packages.