Improve machine architecture detection logic for idaes get-extensions
to address common macOS/Apple Silicon issues
#1498
Labels
Priority:Normal
Normal Priority Issue or PR
Motivation
idaes get-extensions
: in this scenario, the current architecture detection logic only "sees" x86_64 and downloads the corresponding binaries, which causes many things not to work properly (see Unable to load HSL solvers for IPOPT on M1 Mac #1494)Possible solution/remedies
idaes get-extensions
to detect when it's being run in this scenario (i.e. x86_64 executable on an Apple Silicon machine) and error out and/or warn the userImplementation considerations
idaes get-extensions
can warn/error out accordinglyProposed next steps
The text was updated successfully, but these errors were encountered: