We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56a34c commit 51185e2Copy full SHA for 51185e2
spm/__wrapper__.py
@@ -7,8 +7,11 @@
7
'_spm',
8
'resources',
9
'RuntimeInstaller.install')
10
- print("Failed to import, install Matlab Runtime and setup library path. ")
11
- print(f"Matlab Runtime installer can be found in: {installer_path}")
+ print("Failed to import spm._spm. This can be due to a failure to find Matlab Runtime. "
+ "Please verify that Matlab Runtime is installed and its path is set. "
12
+ "See https://www.mathworks.com/help/compiler/mcr-path-settings-for-run-time-deployment.html for instructions"
13
+ " on how to setup the path. If the issue persists, please open an issue with the entire error message at "
14
+ "https://github.com/spm/spm-python/issues.")
15
16
raise e
17
0 commit comments