Julia 1.0.2 after installed JuliaPro 1.0.2.1

When I run Julia inside Atom: I receive the following alert:

Julia Client – Internal Error

LoadError: ArgumentError: Package TokenManager not found in current path:

- Run `import Pkg; Pkg.add("TokenManager")` to install the TokenManager package.

in expression starting at C:\Users\user\AppData\Local\JuliaPro-1.0.2.1\.atom\juno_startup.jl:1

And when executing the commands that the Alert recommends,

julia> import Pkg

julia> Pkg.add("TokenManager")

the execution shows the following messages

ERROR: The following package names could not be resolved:
 * TokenManager (not found in project, manifest or registry)
Please specify by known `name=uuid`.
Stacktrace:
 [1] pkgerror(::String) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\Types.jl:120
 [2] #ensure_resolved#43(::Bool, ::Function, ::Pkg.Types.EnvCache, ::Array{Pkg.Types.PackageSpec,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\Types.jl:898
 [3] #ensure_resolved at .\none:0 [inlined]
 [4] #add_or_develop#13(::Symbol, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:59
 [5] #add_or_develop at .\none:0 [inlined]
 [6] #add_or_develop#12 at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:29 [inlined]
 [7] #add_or_develop at .\none:0 [inlined]
 [8] #add_or_develop#11 at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:28 [inlined]
 [9] #add_or_develop at .\none:0 [inlined]
 [10] #add_or_develop#10 at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:27 [inlined]
 [11] #add_or_develop at .\none:0 [inlined]
 [12] #add#18 at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:69 [inlined]
 [13] add(::String) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\API.jl:69
 [14] top-level scope at none:0

julia>

JuliaPro includes a subset of packages, see e.g. PhysicalConstants package with Julia 1.0.1.1? and How to switch JuliaPro to use the General registry? - #2 by heliosdrm

TokenManager is a package that is used internally by JuliaPro. It seems something must have gone wrong with the installation here.

I have installed Julia v0.7.0, v1.0.x and JuliaPro.
When I open JuliaPro this error does not happen, when opening Julia 1.0, x, or the version that I declare in the Path of julia-Client

1 Like

I have the same problem. It happens because of the conflict that results when both JuliaPro and Julia+Atom are installed separately. However, the error seems to unimportant.

Hi [HerAdri]. Is your problem resolved? I’m still having it