You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MATLAB setup is successful, but installing matlabengine fails with
RuntimeError: MATLAB R2024b installation not found. Install to default location, or add <matlabroot>/bin/glnxa64 to LD_LIBRARY_PATH, where <matlabroot> is the root of a MATLAB R2024b installation.
and an equivalent error on MacOS.
Would it be possible to modify this action to edit LD_LIBRARY_PATH accordingly? Thanks!
The text was updated successfully, but these errors were encountered:
You can add <matlabroot>/bin/glnxa64 to LD_LIBRARY_PATH by using the matlabroot output and a bash step that sets an environment variable. However, it is currently only possible to use MATLAB Engine on a self-hosted runner with a pre-installed and licensed version of MATLAB. Please see issue #22 for more details.
Hello,
I'd like to use the MATLAB python engine within a github workflow. However, the following steps fail:
The MATLAB setup is successful, but installing
matlabengine
fails withand an equivalent error on MacOS.
Would it be possible to modify this action to edit
LD_LIBRARY_PATH
accordingly? Thanks!The text was updated successfully, but these errors were encountered: