Packagecompiler.jl installation issue on windows with julia 1.2

hi All,
I am trying to install PackageCompiler.jl with julia 1.2 on windows. getting the below error

  Building LibCURL ────────→ `C:\Users\manojkumar.ram\.julia\packages\LibCURL\lWJxD\deps\build.log`
  Building WinRPM ─────────→ `C:\Users\manojkumar.ram\.julia\packages\WinRPM\BfpQI\deps\build.log`
  Building PackageCompiler → `C:\Users\manojkumar.ram\.julia\packages\PackageCompiler\CJQcs\deps\build.log`
┌ Error: Error building `PackageCompiler`:
│ ┌ Warning: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
│ └ @ WinRPM C:\Users\manojkumar.ram\.julia\packages\WinRPM\BfpQI\src\WinRPM.jl:148
│ ┌ Warning: skipping repodata/repomd.xml, not in cache -- call WinRPM.update() to download
│ └ @ WinRPM C:\Users\manojkumar.ram\.julia\packages\WinRPM\BfpQI\src\WinRPM.jl:148
│ [ Info: Installing GCC
│ ERROR: LoadError: Package candidate for gcc not found
│ Stacktrace:
│  [1] error(::String) at .\error.jl:33
│  [2] select(::WinRPM.Packages{Array{LibExpat.ETree,1}}, ::String) at C:\Users\manojkumar.ram\.julia\packages\WinRPM\BfpQI\src\WinRPM.jl:258
│  [3] #install at C:\Users\manojkumar.ram\.julia\packages\WinRPM\BfpQI\src\WinRPM.jl:372 [inlined]
│  [4] #install at .\none:0 [inlined]
│  [5] build() at C:\Users\manojkumar.ram\.julia\packages\PackageCompiler\CJQcs\deps\build.jl:43
│  [6] top-level scope at C:\Users\manojkumar.ram\.julia\packages\PackageCompiler\CJQcs\deps\build.jl:63
│  [7] include at .\boot.jl:328 [inlined]
│  [8] include_relative(::Module, ::String) at .\loading.jl:1094
│  [9] include(::Module, ::String) at .\Base.jl:31
│  [10] include(::String) at .\client.jl:431
│  [11] top-level scope at none:5
│ in expression starting at C:\Users\manojkumar.ram\.julia\packages\PackageCompiler\CJQcs\deps\build.jl:63
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.2\Pkg\src\backwards_compatible_isolation.jl:647

Julia v1.2 was released over two years ago, and it’s not a long-term support release, so it hasn’t received various bugfixes. Can you try with a modern version of Julia?

It is commercial product can’t use latest julia. is there any other package similar to it?

Why can’t you use a later version of Julia? Note that the current version is a minor version upgrade from 1.2, so should be a non-breaking update. (If you truly can never update anything you should consider using the LTS version, which is now 1.6)