-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error when "using Blink" #259
Comments
Hmm, from the output of |
That's true, but I get an error when I try to install PlotlyJS, the error complaining that I need blink. julia> import Pkg; Pkg.add("PlotlyJS") julia> |
Yes, sorry about that. Given that it is an issue with the Blink package itself, I think that you are more likely to get quick/accurate help by posting over at that repo. That way all Blink.jl developers will be able to watch the issue and chime in to help resolve it. I'll close here in favor of opening over there. |
Any advice on where to post on Blink? I posted in a logical looking place
and got no response.
JuliaGizmos/Blink.jl#185
thanks!
…On Mon, Jan 7, 2019 at 1:53 PM Spencer Lyon ***@***.***> wrote:
Closed #259 <#259>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#259 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKY7EHhZJPqxnCkti7vw7cgYscNUZ3Gtks5vA0M6gaJpZM4Zpv-X>
.
|
That is the right place, sorry nobody has responded. Maybe you could send another message over there so maintainers are notified |
Describe the bug
I am trying to use the PlotlyJS backend for Plots. I followed the instructions of downloading cmake. Then I tried to run the code Pkg.build("MbedTLS"), but nothing happened when I did that.
When I try to run:
using Blink
Blink.AtomShell.install()
which the ReadMe installation instructs to do, I get the error:
julia> using Blink
[ Info: Precompiling Blink [ad839575-38b3-5650-b840-f874b8c74a25]
ERROR: LoadError: UndefVarError: include not defined
Stacktrace:
[1] top-level scope at none:0
[2] include_relative(::Module, ::String) at /Applications/JuliaPro-1.0.2.1.app/Contents/Resources/julia/Contents/Resources/julia/lib/julia/sys.dylib:?
[3] include(::Module, ::String) at /Applications/JuliaPro-1.0.2.1.app/Contents/Resources/julia/Contents/Resources/julia/lib/julia/sys.dylib:?
[4] top-level scope at none:2
[5] eval at ./boot.jl:319 [inlined]
[6] eval(::Expr) at ./client.jl:393
[7] top-level scope at ./none:3
in expression starting at /Users/localhome/.juliapro/packages/Blink/yurnE/src/Blink.jl:1
ERROR: Failed to precompile Blink [ad839575-38b3-5650-b840-f874b8c74a25] to /Users/localhome/.juliapro/compiled/v1.0/Blink/wSmkt.ji.
Stacktrace:
[1] macro expansion at ./logging.jl:311 [inlined]
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1190
[3] macro expansion at ./logging.jl:309 [inlined]
[4] _require(::Base.PkgId) at ./loading.jl:947
[5] require(::Base.PkgId) at ./loading.jl:858
[6] macro expansion at ./logging.jl:309 [inlined]
[7] require(::Module, ::Symbol) at ./loading.jl:840
julia> Blink.AtomShell.install()
ERROR: UndefVarError: Blink not defined
Stacktrace:
[1] top-level scope at none:0
Julia >
Version info
Please provide the following:
versioninfo()
julia> versioninfo()
Julia Version 1.0.2
Commit d789231e99 (2018-11-08 20:11 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Environment:
JULIA_EDITOR = atom -a
JULIA_NUM_THREADS = 4
JULIA_PKG_SERVER = https://pkg.juliacomputing.com/
JULIA_PKG_TOKEN_PATH = /Users/localhome/.juliapro/token.toml
julia>
using Pkg; pkg"status"
(if you are on Julia 0.6 or earlier runPkg.status()
)julia> using Pkg; pkg"status"
Status
~/.juliapro/environments/JuliaPro/Project.toml
[ad839575] Blink v0.1.5
[28b8d3ca] GR v0.36.0
[91a5bcdd] Plots v0.21.0
[d330b81b] PyPlot v2.6.3
julia>
The text was updated successfully, but these errors were encountered: