PlatonB
Results
52
comments of
PlatonB
The error occurs with both Python 3.13 and 3.12.
As a temporary solution, a significant downgrade of numpy and scipy works: ``` micromamba install -c conda-forge numpy=1.26.4 scipy=1.11.4 ```