Hello,
I'm running into issues trying to use the method_registry module of pyFAI on the ESRF Jupyter-slurm machines:
import pyFAI
from pyFAI.method_registry import Method, IntegrationMethod
print("pyFAI version:", pyFAI.version)
print("Number of ways of performing integration:", len(pyFAI.method_registry.IntegrationMethod.list_available()))
This yields the following:
pyFAI version: 2025.3.0
Number of ways of performing integration: 0
This is on the default Jupyter env at the ESRF these days:
/cvmfs/hpc.esrf.fr/software/packages/linux/x86_64/jupyter-slurm/2025.04.5/envs/jupyter-slurm/bin/python
which is Python 3.12.9
Hello,
I'm running into issues trying to use the
method_registrymodule ofpyFAIon the ESRF Jupyter-slurm machines:This yields the following:
This is on the default Jupyter env at the ESRF these days:
/cvmfs/hpc.esrf.fr/software/packages/linux/x86_64/jupyter-slurm/2025.04.5/envs/jupyter-slurm/bin/pythonwhich is
Python 3.12.9