Skip to content
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

Julia does not work with Atom(Juno), while works in the terminal. #240

Closed
sonyainthecoma opened this issue Sep 23, 2016 · 2 comments
Closed

Comments

@sonyainthecoma
Copy link

Here is the message I get when I try to execute simple math operation in Julia-Atom:

WARNING: Method definition
require(Symbol) in module Base at loading.jl:345 overwritten in module Juno at C:\Users\pria.julia\v0.5\Requires\src\require.jl:12.
INFO: Precompiling module Atom.
WARNING: Module Juno with uuid 619091697344 is missing from the cache.
This may mean module Juno does not support precompilation but is imported by a module that does.
ERROR: LoadError: Declaring precompile(false) is not allowed in files that are being precompiled.
in require(::Symbol) at .\loading.jl:385
in include_from_node1(::String) at .\loading.jl:488
in macro expansion; at .\none:2 [inlined]
in anonymous at .:?
in eval(::Module, ::Any) at .\boot.jl:234
in process_options(::Base.JLOptions) at .\client.jl:239
in _start() at .\client.jl:318
while loading C:\Users\pria.julia\v0.5\Atom\src\Atom.jl, in expression starting on line 5

ERROR: LoadError: Failed to precompile Atom to C:\Users\pria.julia\lib\v0.5\Atom.ji.
in compilecache(::String) at .\loading.jl:593
in require(::Symbol) at .\loading.jl:422
in require(::Symbol) at C:\Users\pria.julia\v0.5\Requires\src\require.jl:12
in include_from_node1(::String) at .\loading.jl:488
in process_options(::Base.JLOptions) at .\client.jl:262
in _start() at .\client.jl:318
while loading C:\Users\pria.atom\packages\julia-client\script\boot.jl, in expression starting on line 38

The execution works in Julia terminal.
Any ideas? Thanks.

@pfitzseb
Copy link
Member

Please try calling using Atom in the terminal. Ref: JunoLab/uber-juno#15

@sonyainthecoma
Copy link
Author

Thank you! It helped!

2016-09-23 13:22 GMT-04:00 Sebastian Pfitzner [email protected]:

Please try calling using Atom in the terminal. Ref: JunoLab/uber-juno#15
JunoLab/uber-juno#15


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#240 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVXLYRjOQtmd20zehqegNrUrtNiGlGxIks5qtArMgaJpZM4KFLXY
.

Sofia Priazhkina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants