-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failure on mac #54
Comments
You probably have a dirty or pinned dependency? What does |
I only had JuliaParser and Jewel on master, and everything else was clean. I just deleted all the precompiled packages and am trying again. |
Deleting all .ji files and doing It did work now, but I got a bunch of output on the terminal:
|
GiovineItalia/Gadfly.jl#759 is independent of Immerse: it's from https://github.com/shashi/Patchwork.jl, one of @shashi's DOM/JSON packages, and since this is a Gtk-based package it doesn't use any web-related functionality. Looks like it was triggered by a |
I can reproduce it quite easily, it turns out. I am using the example from the README.
Click the lasso button. Draw a line through the plot, and you get the error. |
Great. OK, for lasso, I'll add it to my TODO list. |
Thanks! That explains it. |
Maybe just make the first example use points in the README so that new users don't stumble upon this? |
I'm getting an error on mac. All the bindeps were handled through brew, and a boatload of them came through. Getting an error when I try to use it in the precompilation. Looks like a package dependency issue?
The text was updated successfully, but these errors were encountered: