JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
330 stars 66 forks source link

Unsatisfiable requirements #185

Closed pnvolkmar closed 6 years ago

pnvolkmar commented 6 years ago

ERROR: Unsatisfiable requirements detected for package NLSolversBase: ├─version range [6.1.1,6.1.1+) set by an explicit requirement └─version range [0.0.1,5.0.0) required by package NLsolve, whose allowed version range is [0.0 .0-,∞): └─version range [0.0.0-,∞) set by an explicit requirement The intersection of the requirements is empty.

I'm trying to address this by pinning (Pkg.pin("NLSolversBase", v"3.1.0")) NLsolversBase and updating my REQUIRE file, but that's resulted in a cascade of other pins and updates to REQUIRE: Optim and LineSearches. It says it's working, but this has been painful. Using Julia 0.6.4.1

pkofod commented 6 years ago

Sorry, but what are you trying to do here? Install NLsolve and Optim at the same time?

pnvolkmar commented 6 years ago

Install NLsolve at all

On Thu, Aug 23, 2018, 2:19 PM Patrick Kofod Mogensen < notifications@github.com> wrote:

Sorry, but what are you trying to do here? Install NLsolve and Optim at the same time?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaNLSolvers/NLsolve.jl/issues/185#issuecomment-415538427, or mute the thread https://github.com/notifications/unsubscribe-auth/AKEHryngmcKkAUMtTNWJALD0PONUCbUYks5uTwA8gaJpZM4WJ8iQ .

pkofod commented 6 years ago

from a 100% clean install?

pnvolkmar commented 6 years ago

Yeah. On windows 10.

On Thu, Aug 23, 2018, 3:40 PM Patrick Kofod Mogensen < notifications@github.com> wrote:

from a 100% clean install?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaNLSolvers/NLsolve.jl/issues/185#issuecomment-415563854, or mute the thread https://github.com/notifications/unsubscribe-auth/AKEHr3FlRPkSydSgbfdHcQjGan_q2y0Zks5uTxNPgaJpZM4WJ8iQ .

pkofod commented 6 years ago

Oh, is this JuliaPro?

pnvolkmar commented 6 years ago

Yes

On Thu, Aug 23, 2018, 4:18 PM Patrick Kofod Mogensen < notifications@github.com> wrote:

Oh, is this JuliaPro?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaNLSolvers/NLsolve.jl/issues/185#issuecomment-415574277, or mute the thread https://github.com/notifications/unsubscribe-auth/AKEHr-12IvmMVo82Ir1I01q8wuEppBYxks5uTxwjgaJpZM4WJ8iQ .

pkofod commented 6 years ago

There are some issues with installing packages on JuliaPro because the assumption (I think, don't quote me on that, I don't use JuliaPro myself) is that you're going to be using that particular setup. Maybe ask on discourse?