-
Notifications
You must be signed in to change notification settings - Fork 572
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
Issue parsing Ipopt_jll string option when there is blank space in path #10540
Comments
Could you please share an actual error message, including a stacktrace, showing an evidence that whatever error you're observing has anything to do with this repository? |
Thank you for your quick reply. There is no error message at all. The run just stops after writing the above log. I have no such issue with Ipopt.jl or NLPModelsIpopt.jl, just with Ipopt_jll.jl Ipopt_jll redirects to write issues here so I wrote it here. Seems useful to support any path. |
My point is that JLLs do very little. I doubt whatever issue you're seeing will have to be fixed here. The code you have shared isn't even reproducible. |
Closing the issue as invalid:
|
@giordano can you please help me find the issue or direct me who should I contact? I am providing complete code as requested.
|
Any way to reproduce it which doesn't involve loading a binary blob I have no clue where it's coming from?
Where's the message you're complaining about coming from? The |
I changed the example so that it does not use binary. Just put it in some location with space.
Yes. It is coming from optimize!(mod), but it is only occurring when I use Ipopt_jll solver. If you suggest that I will open an issue there (JuMP) too, I will. |
I still don't see how that's relevant at all. Your problem seems to be that some code is not quoting paths correctly. In this repository we only compile from source and provide a way to automatically install it for end users. Stop. You should find what piece of code is not quoting paths correctly and fix it, we aren't responsible for that here.
If |
OK. Thank you. I will look for help on Discourse. Maybe they will know where to put this issue. |
Just chiming in to say that this is not related to Yggdrasil. (It would have replied earlier but it's only 07:00 on a Sunday... 😄) |
Thank you all. Sorry for putting this on wrong package. I made wrong judgment. Have a few more issues to post in coming days 😅 |
hsllib attribute of Ipopt_jll does not load correctly when there is blank space in path. For example, if folder is named "test 2" if fails with an error, but if folder is named "test2" then it works as expected. Sample of a call is illustrated below.
Log:
Run using Julia 1.11.3 and Linux.
The text was updated successfully, but these errors were encountered: