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? >>> >>
