-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
thank you for this great plugin!
It is fantastic to integrate it to our existing web portal for the users of our hpc systems.
The software is installed on the system as modules as there are hundreds of packages available in different versions:
https://github.com/easybuilders/JSC/tree/2023/Golden_Repo
Also MATLAB is a module which can be loaded by authorized users.
For integration into other tools a wrapper script ensures that the required MATLAB module is loaded before matlab is called.
This wrapper script is located at the location of the matlab-proxy module and is not part of the MATLAB installation.
Therefore, mwi.validators.terminate_on_invalid_matlab_root_path(..) fails as it cannot find VersionInfo.xml at that place.
I just commented the calls of mwi.validators.terminate_on_invalid_matlab_root_path(..) and get_matlab_version(..) returns None if VersionInfo.xml is not found.
That seems to work fine.
Perhaps one could find a way to officially support matlab-wrappers by matlab-proxy. ... ?