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

Pkg.add("Combinatorics") not working #12

Closed
Mirage10 opened this issue Nov 9, 2015 · 4 comments
Closed

Pkg.add("Combinatorics") not working #12

Mirage10 opened this issue Nov 9, 2015 · 4 comments

Comments

@Mirage10
Copy link

Mirage10 commented Nov 9, 2015

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

@jiahao
Copy link
Collaborator

jiahao commented Nov 9, 2015

Yes, there is no currently tagged version for julia 0.5. You will need to do Pkg.clone("Combinatorics") until JuliaLang/METADATA.jl#3981 is merged.

@jiahao jiahao closed this as completed Nov 9, 2015
@Mirage10
Copy link
Author

Mirage10 commented Nov 9, 2015

... doesnt work either. see here:

julia> Pkg.clone("Combinatorics")
INFO: Cloning Combinatorics from git://github.com/jiahao/Combinatorics.jl.git
ERROR: GitError(Code:ERROR, Class:Net, SSL error: error:140E0114:SSL routines:SSL_shutdown:uninitialized)
[inlined code] from libgit2/error.jl:98
in clone at libgit2/repository.jl:189
in clone#363 at libgit2.jl:310
in clone at pkg/entry.jl:195
in clone at pkg/entry.jl:221
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 clone at pkg.jl:37
in eval at ./boot.jl:264

@jiahao
Copy link
Collaborator

jiahao commented Nov 9, 2015

JuliaLang/julia#13472

@Mirage10
Copy link
Author

Mirage10 commented Nov 9, 2015

@jiahao thanks a lot. works for me know . thumbs up :-)

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