-
Notifications
You must be signed in to change notification settings - Fork 4
installed but julia doesn't recognize it. #29
Comments
Could you provide the value of |
Thanks for the quick reply:
I'm on windows 10. haven't add julia's directry to my path, but I don't think this is relevant. |
this is the result calling in my code just before the function that requires the package:
I added the following to AmplNLWriter.jl (and rebuilt the CoinOptServices package) but I don't get any output from it:
|
I just noticed in the error message of your first post:
You have two installation of Julia. One in |
I probably edited that path in the first error log, but I will check that.
Il 18/apr/2017 07:41 PM, "Benoît Legat" <[email protected]> ha
scritto:
… I just noticed in the error message of your first post:
in #BonminNLSolver#74(::String, ::Function, ::Array{String,1}) at \.julia\v0.5\AmplNLWriter\src\AmplNLWriter.jl:39
You have two installation of Julia. One in \.julia\v0.5 and one in
C:\Users\Alessandro\.julia\v0.5. CoinOptServices is installed in the
second one and you use AmplNLWriter from the first one.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI-W137duUcB_1CaK_fwPyRCJjmyNOADks5rxPXTgaJpZM4NAc7T>
.
|
Hello there, sorry for the delay. I installed everything in a new virtual machine and I still get the error.
It doesn't seem that I have two installations now...so what could I be missing? I also get
thanks again for the help |
I fixed it, but I can confirm that every single installation of julia I did (versions from 0.4 to the latest nightly), on three different machines (2 windows, 1 ubuntu) had this exact problem. here's the commands I gave from a fresh install (which come from JuliaOpt installation guidelines, so kinda typical):
This in some way breaks the package. I tried giving
and it works. Maybe it was Pkg.add("Cbc") or even the order to break it... I'll leave this open hoping someone figures out. |
I'm running into this same problem. Will post a follow-up if I find a fix. The race condition on installs may be it, though. |
What version of Julia are you using? |
@tkelman 0.5.1. I wiped out I'll update to 0.5.2 now and try it. |
I had the same issue doing a fresh install in 0.5.2. It seemed to be resolved by removing the |
I have a fresh julia install, and I'm trying to use JuliaOpt.
if I run my code I get this error:
Running
Pkg.add("CoinOptServices")
I getINFO: Nothing to be done
.other useful outputs:
The text was updated successfully, but these errors were encountered: