- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 11:10 AM
I have installed ipopt solver of version 3.11.1 in azure databricks but while running the code it throwing an error -
WARNING: Could not locate the 'ipopt' executable, which is required for solver ipopt
ApplicationError: No executable found for solver 'ipopt'
could anyone please assist me on this issue by telling resolution steps for above error.
- Labels:
-
Azure
-
Azure databricks
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 12:59 PM
Hello @omran shaik In the past, we have recommended customers to use docker containers with Databricks as some of these solvers required native compilation and did not work great on the runtimes.
With DCS you have full control of what you want to install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 01:27 PM
Due to conda licensing changes, it is no longer an option for many people. My DBR is 10.2ML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 12:59 PM
Hello @omran shaik In the past, we have recommended customers to use docker containers with Databricks as some of these solvers required native compilation and did not work great on the runtimes.
With DCS you have full control of what you want to install.

