-
-
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
Unable to install PlotlyJS on Julia 0.6 on Mac #139
Comments
same problem in julia 0.6 on windows 7 |
Thank you both for reporting. I just came up with a fix and will push/publish it soon |
Right now this is being blocked by issues with home brew on OS X high Sierra. Hopefully that is resolved soon and this will be fixed. |
I'm in OSX Yosemite and is experiencing the same problem. |
I'm seeing this on Linux too. Downgrading PlotlyJS all the way to |
Wow, ok. thanks for the info @rdeits . Unfortunately I won't be able to approach this until my dev setup is working properly so unfortunately we will just have to sit tight and hope the home-brew + high Sierra issues are sorted out quickly. |
Could you point me to the homebrew/High Sierra issue? |
From the issue list, it looks like there are now two of them: https://github.com/JuliaPackaging/Homebrew.jl/issues |
Same problem here. You may want to have a look at this to see if it helps |
Thanks, that worked for me. Can anyone else confirm? |
Cairo was installed successfully. I still got this
You know how to fix this? |
Yes, I actually just pushed a fix to master for that. Pkg.checkout("PlotlyJS"); Pkg.build("PlotlyJS") should fix that |
That also fixed the issue on Linux. Thanks! |
PlotlyJS is working on my end. OSX 10.13 |
Still having some troubles on OSX 10.12.5 with Julia 0.5.2. ================================================================================[ ERROR: PlotlyJS ]================================================================================= LoadError: LoadError: syntax: extra token "SchemaAttribute" after end of expression |
The master branch of the repo only works on julia >= 0.6.0 Can you not |
Unfortunately not, I get the |
Did you try to update homebrew as described in staticfloat/homebrew-juliadeps#119 Does that help? This is for Julia 0.6. |
Yes, I tried but it doesn't work. At some point I will upgrade Julia to 0.6, but not having Gallium is an problematic. |
@dpsanders , @babaq , @rdeits, @ghuba New releases for both Julia 0.5 and >= v0.6.0 were officially merged into metadata yesterday. Can you please confirm that they install and build properly for you? Thank you |
Beautiful. I did a successful reinstall from scratch (deleted .julia). Everything seems to work. |
latest version build success in Julia 0.6 on windows 10 |
Starting from a basically fresh .julia, I get
The same happened with
Pkg.add("PlotlyJS")
.The text was updated successfully, but these errors were encountered: