Thanks for the reply. Yes, I saw that here <http://discuss.junolab.org/t/atom-juno-windows-10-supertype-not-defined-error/787> but it doesn't seem to have changed much for me. Here's the result of Pkg.status():
2 required packages: - Atom 0.4.4 - PyPlot 2.1.0 31 additional packages: - BinDeps 0.4.2 - Blink 0.3.4 - CodeTools 0.3.1 - Codecs 0.2.0 - ColorTypes 0.2.5 - Colors 0.6.6 - Compat 0.8.6 - Conda 0.0.0- non-repo (unregistered) - Dates 0.4.4 - FactCheck 0.4.3 - FixedPointNumbers 0.1.4 - Hiccup 0.0.3 - HttpCommon 0.2.6 - HttpParser 0.1.1 - HttpServer 0.1.6 - JSON 0.6.0 - JuliaParser 0.6.4 - LNR 0.0.2 - LaTeXStrings 0.2.0 - Lazy 0.11.0 - MacroTools 0.3.2 - MbedTLS 0.2.6 - Media 0.2.1 - Mustache 0.0.15 - Mux 0.2.1 - PyCall 1.0.3 - Reexport 0.0.3 - Requires 0.2.2 - SHA 0.2.0 - URIParser 0.1.6 - WebSockets 0.2.0 Followed by: UndefVarError: supertype not defined in distance at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:8 in nearest at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:13 in anonymous at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:17 in _mapreduce at reduce.jl:145 in mapreduce at reduce.jl:159 in nearest at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:16 in getdisplay at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:114 in render at C:\Users\Andrew\.julia\v0.4\Media\src\system.jl:166 [inlined code] from C:\Users\Andrew\.julia\v0.4\Atom\src\eval.jl:41 in anonymous at C:\Users\Andrew\.julia\v0.4\Atom\src\eval.jl:108 in withpath at C:\Users\Andrew\.julia\v0.4\Requires\src\require.jl:37 in withpath at C:\Users\Andrew\.julia\v0.4\Atom\src\eval.jl:53 [inlined code] from C:\Users\Andrew\.julia\v0.4\Atom\src\eval.jl:107 in anonymous at task.jl:58 I guess I might be missing a package? Andrew On Friday, 12 August 2016 14:31:23 UTC-7, Tony Kelman wrote: > > I believe there was an update of Media.jl that should have fixed this, > what does Pkg.status() say? > > On Friday, August 12, 2016 at 1:40:11 PM UTC-7, Andrew Rushby wrote: >> >> I'm running into the same error message. I've tried reinstalling as well >> as Pkg.update() as I've seen suggested elsewhere, but no luck. As I'm >> rather new to this, is there anything else I could try? >> >> On Thursday, 11 August 2016 18:25:57 UTC-7, Tony Kelman wrote: >>> >>> This is what happens when packages Juno depends on have no unit tests. >>> It looks like it's been fixed on master of Media.jl which should get tagged >>> shortly. >>> >>> On Thursday, August 11, 2016 at 3:59:27 PM UTC-7, Kaela Martin wrote: >>>> >>>> When running Juno IDE with Atom, I get the following error message: >>>> >>>> UndefVarError: supertype not defined >>>> in distance at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:8 >>>> in nearest at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:13 >>>> in anonymous at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:17 >>>> in _mapreduce at reduce.jl:145 >>>> in mapreduce at reduce.jl:159 >>>> in nearest at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:16 >>>> in getdisplay at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:114 >>>> in render at C:\Users\kaelam\.julia\v0.4\Media\src\system.jl:166 >>>> [inlined code] from C:\Users\kaelam\.julia\v0.4\Atom\src\eval.jl:41 >>>> in anonymous at C:\Users\kaelam\.julia\v0.4\Atom\src\eval.jl:108 >>>> in withpath at C:\Users\kaelam\.julia\v0.4\Requires\src\require.jl:37 >>>> in withpath at C:\Users\kaelam\.julia\v0.4\Atom\src\eval.jl:53 >>>> [inlined code] from C:\Users\kaelam\.julia\v0.4\Atom\src\eval.jl:107 >>>> in anonymous at task.jl:58 >>>> >>>> I've tried uninstalling the Media package, deleting the file manually, >>>> updating the packages, and still get the same error when using Atom. The >>>> Julia terminal works fine, but the console in Atom fails for any input >>>> even >>>> 1+1. >>>> >>>> Unistalling and re-installing IDE results in the same error. Any >>>> suggestions? >>>> >>>
