-
Notifications
You must be signed in to change notification settings - Fork 59
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
Pkg.add("Combinatorics") not working #12
Comments
Yes, there is no currently tagged version for julia 0.5. You will need to do |
... doesnt work either. see here: julia> Pkg.clone("Combinatorics") |
@jiahao thanks a lot. works for me know . thumbs up :-) |
the following error is raised:
julia> Pkg.add("Combinatorics")
WARNING: fetch: GitError(Code:ERROR, Class:Net, SSL error: error:140E0114:SSL routines:SSL_shutdown:uninitialized)
ERROR: Base.Pkg.PkgError("Combinatorics can't be installed because it has no versions that support 0.5.0-dev+1190 of julia. You may need to update METADATA by running
Pkg.update()
")in resolve at ./pkg/entry.jl:420
in edit at pkg/entry.jl:414
in anonymous at task.jl:447
in sync_end at ./task.jl:413
[inlined code] from task.jl:422
in add at pkg/entry.jl:57
in add at pkg/entry.jl:78
in anonymous at pkg/dir.jl:31
in cd at file.jl:22
in cd at pkg/dir.jl:31
[inlined code] from pkg/dir.jl:25
in add at pkg.jl:26
in eval at ./boot.jl:264
My julia version:
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "?help" for help.
| | | | | | |/ ` | |
| | || | | | (| | | Version 0.5.0-dev+1188 (2015-11-08 18:30 UTC)
/ |_'|||__'| | Commit e9af3f6 (0 days old master)
|__/ | x86_64-linux-gnu
The text was updated successfully, but these errors were encountered: