-
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
Queryverse fails to compile on Julia 1.0.0 #11
Comments
Can you try to build I've had this error as well in the past, somehow PyCall build doesn't get triggered at the right moment, or something like that... Something we really should investigate, but for now it would be good to know whether an extra manual build solves this for you. Thanks for reporting! |
Thanks for your work with Queyverse. I'm loving it. INFO: Precompiling module HTTP. [1] include_from_node1(::String) at .\loading.jl:576 Stacktrace: |
@hedgefair It looks like you are running on julia v0.6? And that there is some problem with HTTP.jl? I just tried to load Queryverse on julia 0.6 after a |
I'm going to close this for now. I have run into issues with PyCall, but those will have to solved in that package. |
I am trying to install Queryverse on Julia 1.0.0. It downloads correctly, but fails to install. The full log is below.
The text was updated successfully, but these errors were encountered: