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
Typical error messages related to missing dependencies are `ModuleNotFoundError` like the following:
30
+
*`ModuleNotFoundError: No module named 'pysqa'` - Install [pysqa](https://pysqa.readthedocs.io/) as explained in the [HPC Cluster Executors](https://executorlib.readthedocs.io/en/latest/installation.html#hpc-cluster-executor) section of the installation.
31
+
*`ModuleNotFoundError: No module named 'h5py'` - Install [h5py](https://www.h5py.org/) as explained in the [Caching](https://executorlib.readthedocs.io/en/latest/installation.html#caching) section of the installation.
32
+
*`ModuleNotFoundError: No module named 'networkx'` - Install [networkx](https://networkx.org/) as explained in the [Visualisation](https://executorlib.readthedocs.io/en/latest/installation.html#visualisation) section of the installation.
33
+
28
34
## Python Version
29
35
Executorlib supports all current Python version ranging from 3.9 to 3.13. Still some of the dependencies and especially
30
36
the [flux](http://flux-framework.org) job scheduler are currently limited to Python 3.12 and below. Consequently for high
0 commit comments