Skip to content
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

Can't install under 0.6.4 #21

Closed
arbenede opened this issue Oct 12, 2018 · 2 comments
Closed

Can't install under 0.6.4 #21

arbenede opened this issue Oct 12, 2018 · 2 comments

Comments

@arbenede
Copy link

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?

@blegat
Copy link
Member

blegat commented Oct 12, 2018

It has not been released yet, you should do Pkg.clone("https://github.com/JuliaPolyhedra/QHull.jl.git")

@blegat blegat closed this as completed Oct 12, 2018
@blegat
Copy link
Member

blegat commented Oct 28, 2018

It is now released under Julia v1.0: JuliaLang/METADATA.jl#19111
You can install it with

] add QHull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants