Hi, all,
I encountered an issue when installing the py4dstem with AI/ML functionality by following the steps below:
conda update conda
conda create -n py4dstem-aiml
conda activate py4dstem-aiml
conda install -c conda-forge cudatoolkit=11.0 cudnn=8.1 cupy
pip install "py4dstem[aiml-cuda]"
The snapshot of this issue:

and I check the version of the installed python, 4dstem and numpy, please see below:

Is the version of numpy too high?