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

Package worked, now fails to install on Julia 1.0 #8

Closed
Kissaki opened this issue Sep 23, 2018 · 3 comments
Closed

Package worked, now fails to install on Julia 1.0 #8

Kissaki opened this issue Sep 23, 2018 · 3 comments

Comments

@Kissaki
Copy link

Kissaki commented Sep 23, 2018

I was using this package MD5 with Julia 1.0. That worked fine for a while.

Just now I used Pkg up to update packages, and MD5 failed. I removed the package. Now I can no longer install it. Did something change? I see no chances here, but the package requirements seem to have changed.

ERROR: Unsatisfiable requirements detected for package MD5 [6ac74813]:
 MD5 [6ac74813] log:
 ├─possible versions are: 0.1.0 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
@oxinabox
Copy link
Member

oxinabox commented Sep 24, 2018

It got hit by the version cap.
Which was applied based on heuristic very recently.

I believe because the test fail on 1.0 because no Base.Test anymore.
Fixing now

@oxinabox
Copy link
Member

Ah I see I forgot to merge #7
once #7 is merged this will all be fine

@oxinabox
Copy link
Member

Fixed now, you can run an update to get it

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