We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error with Julia 0.6.4 under Windows 10:
julia> Pkg.add("QHull") ERROR: unknown package QHull macro expansion at .\pkg\entry.jl:53 [inlined] (::Base.Pkg.Entry.##1#3{String,Base.Pkg.Types.VersionSet})() at .\task.jl:335 Stacktrace: [1] sync_end() at .\task.jl:287 [2] macro expansion at .\task.jl:303 [inlined] [3] add(::String, ::Base.Pkg.Types.VersionSet) at .\pkg\entry.jl:51 [4] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}})() at .\pkg\dir.jl:36 [5] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}}, ::String) at .\file.jl:59 [6] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N} where N) at .\pkg\dir.jl:36
Any ideas?
The text was updated successfully, but these errors were encountered:
It has not been released yet, you should do Pkg.clone("https://github.com/JuliaPolyhedra/QHull.jl.git")
Pkg.clone("https://github.com/JuliaPolyhedra/QHull.jl.git")
Sorry, something went wrong.
It is now released under Julia v1.0: JuliaLang/METADATA.jl#19111 You can install it with
] add QHull
No branches or pull requests
I am getting this error with Julia 0.6.4 under Windows 10:
Any ideas?
The text was updated successfully, but these errors were encountered: