Workaround when IDL to python bridge is crashing due to MKL library conflict 10/26/2021 Example of configuration that is failing IDL 8.8.1, IDL 8.8, 8.7.3 Python 3.8.5 – Anaconda distribution Mac or Linux Operating System Description of the issue The...Read More >
Overview Readme File for IDL 8.8.1 and ENVI 5.6.1 (SP1) for Mac and Other Related Information 9/6/2021 IDL 8.8.1 or ENVI 5.6.1 for Mac Notes: Platform support includes macOS 10.14, 10.15 (Intel 64-bit), and 11. (M1*, Intel 64-bit). (*M1 is only supported on Mac OS 11.x +, but 11 also supports...Read More >
How to fix the compilation error “Only 8 subscripts allowed” in IDL 8/30/2021 Reproduce Case Save the below codes in a single .pro file called test_arg.pro. PRO test_arg print,func_test_arg(1,2,3,4,5,6,7,8,9) END FUNCTION...Read More >
IDL 8.8.1 Workbench for Mac on Apple Silicon/M1 platform requires JRE update 8/23/2021 Problem The IDL 8.8.1 Workbench running on macOS 11 Big Sur (or newer versions) with Rosetta 2 on the Apple Silicon / M1 platform may be unstable and crash for some users. This behavior...Read More >
Error in Python to IDL bridge: idlpy.IDLError: % Attempt to call undefined function 8/19/2021 The following Help Article proposes a solution to the below error message when running the Python to IDL bridge idlpy.IDLError: % Attempt to call undefined function: '<function...Read More >