Getting error while using CurricularAnalytics

Version of Julia: “1.3.0-rc4.1”
CurricularAnalytics v0.6.0

“”"
import Pkg
Pkg.add(“CurricularAnalytics”)
using CurricularAnalytics

Info: Precompiling CurricularAnalytics [593ffa3d-269e-5d81-88bc-c3b6809c35a6]
└ @ Base loading.jl:1273
WARNING: Method definition savehtml(IO, PlotlyBase.Plot{TT} where TT<:PlotlyBase.AbstractTrace) in module PlotlyBase at C:\Users\gaura.julia\packages\PlotlyBase\80KwD\src\output.jl:40 overwritten in module PlotlyJS at C:\Users\gaura.julia\packages\PlotlyJS\b9Efu\src\display.jl:334.
** incremental compilation may be fatally broken for this module **

WARNING: Method definition savehtml(PlotlyBase.Plot{TT} where TT<:PlotlyBase.AbstractTrace, AbstractString) in module PlotlyBase at C:\Users\gaura.julia\packages\PlotlyBase\80KwD\src\output.jl:52 overwritten in module PlotlyJS at C:\Users\gaura.julia\packages\PlotlyJS\b9Efu\src\display.jl:361.
** incremental compilation may be fatally broken for this module **

ERROR: LoadError: LoadError: InitError: IOError: could not spawn C:Usersgaura.juliaconda3envs_ORCA_jl_orca_apporca.exe server --port=7982 --graph-only: no such file or directory (ENOENT)
Stacktrace:
[1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:99
[2] #558 at .\process.jl:112 [inlined]
[3] setup_stdios(::Base.var"#558#559"{Cmd}, ::Array{Any,1}) at .\process.jl:196
[4] _spawn at .\process.jl:111 [inlined]
[5] #open#567(::Bool, ::Bool, ::typeof(open), ::Cmd, ::Base.DevNull) at .\process.jl:370
[6] open at .\process.jl:361 [inlined] (repeats 2 times)
[7] restart_server() at C:\Users\gaura.julia\packages\ORCA\xULYl\src\ORCA.jl:84
[8] init() at C:\Users\gaura.julia\packages\ORCA\xULYl\src\ORCA.jl:94
[9] _include_from_serialized(::String, ::Array{Any,1}) at .\loading.jl:692
[10] _require_search_from_serialized(::Base.PkgId, ::String) at .\loading.jl:776
[11] _require(::Base.PkgId) at .\loading.jl:1001
[12] require(::Base.PkgId) at .\loading.jl:922
[13] require(::Module, ::Symbol) at .\loading.jl:917
[14] include at .\boot.jl:328 [inlined]
[15] include_relative(::Module, ::String) at .\loading.jl:1105
[16] include at .\Base.jl:31 [inlined]
[17] include(::String) at C:\Users\gaura.julia\packages\CurricularAnalytics\P8s3k\src\CurricularAnalytics.jl:9
[18] top-level scope at C:\Users\gaura.julia\packages\CurricularAnalytics\P8s3k\src\CurricularAnalytics.jl:25
[19] include at .\boot.jl:328 [inlined]
[20] include_relative(::Module, ::String) at .\loading.jl:1105
[21] include(::Module, ::String) at .\Base.jl:31
[22] top-level scope at none:2
[23] eval at .\boot.jl:330 [inlined]
[24] eval(::Expr) at .\client.jl:433
[25] top-level scope at .\none:3
during initialization of module ORCA
in expression starting at C:\Users\gaura.julia\packages\CurricularAnalytics\P8s3k\src\Visualization.jl:7
in expression starting at C:\Users\gaura.julia\packages\CurricularAnalytics\P8s3k\src\CurricularAnalytics.jl:25
Failed to precompile CurricularAnalytics [593ffa3d-269e-5d81-88bc-c3b6809c35a6] to C:\Users\gaura.julia\compiled\v1.3\CurricularAnalytics\pJfqI_8mhvs.ji.

Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1283
[3] _require(::Base.PkgId) at .\loading.jl:1024
[4] require(::Base.PkgId) at .\loading.jl:922
[5] require(::Module, ::Symbol) at .\loading.jl:917
[6] top-level scope at In[20]:1

“”"

I don’t know what is the matter? Kindly help me with this.
Thank You.

Please post quoted output instead of a screenshot, and include the package versions (pkg> st --manifest).

Kindly, let me know if I need to make any other changes?