-
-
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
Missing "Reexport" dependency #215
Comments
I have a similar issue when calling
|
What versions of PlotlyJS and Julia are you trying to use? |
Sorry for not having passed this information in first place... When the error occurred "Reexport" wasn't installed yet.
But even with Reexport installed I get a similar issue:
|
No problem! Can you show the output of running the |
it's
|
Ahh that's the problem. The currently released version of PlotlyJS does not work with julia 0.7 But, the master branch does. To try it out run We are waiting on some METADATA.jl pull requests to be merged before we can make a release of this package. |
I'm using Julia 1.0 (on Arch Linux 64bit if that matters) and the this is the output of
In addition, when adding the Master branch via
Further, when plotting using
|
using the non-master branch, PlotlyJS is updated to v0.10.3 today and fails to compile with this error:
along with not having |
checking out the master |
Version 0.11.0 of this package has been released and is compatible with Julia 1.0 |
Is this an issue or just me?
The text was updated successfully, but these errors were encountered: