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
If you have an error (see below for example) related to the `libGL` library, you may not have it installed for the Mantid Framework to work. See instructions [here](https://github.com/mantidproject/conda-recipes/#gl-and-glu-libs) for installing the necessary libraries for different OS
38
+
39
+
Example error:
40
+
`ImportError: First import of "._api" failed with "libGL.so.1: cannot open shared object file...`
41
+
42
+
If you have an error that another version of Mantid is installed on the machine and being imported via `PYTHONPATH`, you can use the following as a workaround for CLI tool:
43
+
44
+
```
45
+
PYTHONPATH="" addie
46
+
```
47
+
48
+
# Usage (CLI reduction tool)
49
+
50
+
To launch ADDIE, run the following from the command line:
51
+
52
+
```bash
53
+
addie
54
+
```
55
+
56
+
If you need to specify the path to Mantid build, use:
0 commit comments