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

Not sure what to do here #157

Closed
lewisl opened this issue Sep 3, 2018 · 3 comments
Closed

Not sure what to do here #157

lewisl opened this issue Sep 3, 2018 · 3 comments

Comments

@lewisl
Copy link

lewisl commented Sep 3, 2018

I tried to add ImageView and got:

(v0.7) pkg> add ImageView
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ImageView [86fae568]:
 ImageView [86fae568] log:
 ├─possible versions are: [0.0.1-0.0.23, 0.1.0-0.1.20, 0.2.0, 0.3.0-0.3.2, 0.4.0, 0.5.0-0.5.1, 0.6.0, 0.7.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.23, 0.1.0-0.1.20, 0.2.0, 0.3.0-0.3.2, 0.4.0, 0.5.0-0.5.1, 0.6.0, 0.7.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Sorry, I can't parse this. What requirement is not being met? I am running Julia 0.7 until I get my own code fixed and packages are mostly settled.

Thanks.

@timholy
Copy link
Member

timholy commented Sep 3, 2018

There isn't a released version of ImageView that works on 0.7 (we deliberately made this fail with JuliaLang/METADATA.jl#17488).

However, you're in luck, see #156. There's some build error that prevents it from merging & tagging (JuliaIO/ImageMagick.jl#133), but you can manually check that branch out and see if it works for you.

@lewisl
Copy link
Author

lewisl commented Sep 3, 2018 via email

@timholy
Copy link
Member

timholy commented Sep 4, 2018

Fixed on master, not yet tagged though.

@timholy timholy closed this as completed Sep 4, 2018
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