-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't connect to Julia #212
Comments
Looks like you upgraded to 0.4 recently? Since you've got "Jewel not found in path" the first thing would be to try BTW, I saw you had a couple of video tutorials involving Juno, really cool! |
Thanks, Will try. Juno is a very nice development tool indeed. As I understand, though, development is stopped in favour of Atom? Juan. Juan H Klopper MMed(Surg)(UFS)Cum Laude From: Mike J Innes [[email protected]] Looks like you upgraded to 0.4 recently? Since you've got "Jewel not found in path" the first thing would be to try Pkg.add("Jewel"), hopefully we can go forward from there. BTW, I saw you had a couple of video tutorials involving Juno, really cool! — UNIVERSITY OF CAPE TOWN This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or obtainable from +27 21 650 9111. This e-mail is intended only for the person(s) to whom it is addressed. If the e-mail has reached you in error, please notify the author. If you are not the intended recipient of the e-mail you may not use, disclose, copy, redirect or print the content. If this e-mail is not related to the business of UCT it is sent by the sender in the sender's individual capacity. |
After a long time of successful Juno use on Mac and Windows, both failed in the same week. I do medical stats in Julia (so no fancy packages and install, i.e. pretty vanilla). Posted problem on Juno discussion board, without success. Uninstalled Julia and Juno, reinstalled, had no effect. Tried again, via LightTable. Same problem. Now wiped everything again (AppData and ProgramFiles, etc.) and tried 0.4.0-rc2 and Juno. Now getting this (Win). Mac also doesn't work. Fortunately, still works on Korora 22 (KDE desktop) via LightTable. Please help:
Couldn't connect to Julia
WARNING:
require
is deprecated, useusing
orimport
insteadin depwarn at deprecated.jl:73
[inlined code] from deprecated.jl:693
in require at no file:0
in include at boot.jl:261
in include_from_node1 at loading.jl:304
in process_options at client.jl:308
in _start at client.jl:411
while loading c:\Program Files\juno-windows-x64\windows64\resources\app\plugins\Julia-LT\jl\init.jl, in expression starting on line 11
ERROR: LoadError: ArgumentError: Jewel not found in path
in require at loading.jl:252
[inlined code] from deprecated.jl:706
in require at no file:0
in include at boot.jl:261
in include_from_node1 at loading.jl:304
in process_options at client.jl:308
in _start at client.jl:411
while loading c:\Program Files\juno-windows-x64\windows64\resources\app\plugins\Julia-LT\jl\init.jl, in expression starting on line 2
The text was updated successfully, but these errors were encountered: