Getting the following error with Julia 0.7.0-alpha.0 on Windows 10 Pro when I launch the command prompt. Will appreciate any advice on how to handle it.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.7.0-alpha.0 (2018-05-31 00:07 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
ERROR: PCRE.exec error: UTF-8 error: isolated byte with 0x80 bit set
Stacktrace:
[1] error at .\error.jl:33 [inlined]
[2] exec at .\pcre.jl:137 [inlined]
[3] match(::Regex, ::String, ::Int64, ::UInt32) at .\regex.jl:198
[4] match at .\regex.jl:196 [inlined]
[5] match at .\regex.jl:211 [inlined]
[6] hist_from_file(::REPL.REPLHistoryProvider, ::IOStream, ::String) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\REPL\src\REPL.jl:407
[7] setup_interface(::REPL.LineEditREPL, ::Bool, ::Array{Dict{Any,Any},1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\REPL\src\REPL.jl:845
[8] #setup_interface#49(::Bool, ::Array{Dict{Any,Any},1}, ::Function, ::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\REPL\src\REPL.jl:756
[9] setup_interface(::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\REPL\src\REPL.jl:756
[10] (::getfield(Pkg, Symbol("##1#2")))(::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\Pkg.jl:45
[11] __atreplinit(::REPL.LineEditREPL) at .\client.jl:312
[12] #invokelatest#1 at .\essentials.jl:670 [inlined]
[13] invokelatest at .\essentials.jl:669 [inlined]
[14] _atreplinit at .\client.jl:319 [inlined]
[15] (::getfield(Base, Symbol("##840#842")){Bool,Bool,Bool,Bool})(::Module) at .\client.jl:355
[16] #invokelatest#1 at .\essentials.jl:670 [inlined]
[17] invokelatest at .\essentials.jl:669 [inlined]
[18] run_main_repl(::Bool, ::Bool, ::Bool, ::Bool, ::Bool) at .\client.jl:340
[19] exec_options(::Base.JLOptions) at .\client.jl:278
[20] _start() at .\client.jl:427
[ Info: Disabling history file for this session
julia>
julia> versioninfo()
Julia Version 0.7.0-alpha.0
Commit 22590d529d* (2018-05-31 00:07 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, sandybridge)
julia>