-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: could not find installation #51
Comments
Hi Simon, thanks for filing this issue. Re. (1) wolfram-app-discovery doesn't currently check for any Wolfram executables on PATH other than Re. (2) This is bug in wolfram-app-discovery. Currently on Linux there isn't any kind of common app metadata file that can be read to determine the precise app type, so as the quoted error message suggests, wolfram-app-discovery falls back to trying to parse LICENSE.txt, which is one of the few places where our build process embeds the precise name of the app. I'll make a PR updating wolfram-app-discovery to recognize the quoted line as Mathematica and ping this issue when that's done. |
This should fix one problem mentioned in issue #51.
Hi Simon, I've implemented a fix for your (2) issue (PR #52), and published wolfram-app-discovery v0.4.4 with the fix. Let me know if (2) still persists with this new version. Fixing (1) will require a little bit more thought than I can implement in a quick fix like this, but seems fundamentally doable. |
Thanks! There are 3 installations of mathematica on our cluster (11.1, 12.0, 12.3). 12.0 and 12.3 have the following execuables in the
and 11.1 has the following
Interestingly, on 12.0 and 12.3, the
but not on 11.1, which only has:
|
I tried using this on our local cluster (Linux), which provides several different Mathematica versions via modules. I tried it with Mathematica 12.3 (which happened to be the most recent version available).
It was initially unable to find the installation:
this is despite the binary directory being in the PATH. For example:
gives me the correct directory.
I then set the
WOLFRAM_APP_DIRECTORY
environment variable. This then gave the following error:The text was updated successfully, but these errors were encountered: