Open dstndstn opened 1 year ago
MPSort is at https://github.com/rainwoodman/MP-sort
The error seems to be related to the tightening of nogil annotation in Cython 3. It might be related to https://github.com/h5py/h5py/issues/2268. I'll yet have to set up my dev box for investigating this further.
But a first order fix might be follow the suggestions given there? I don't think the function pointer should have checked python exceptions.
I think this is supposed to work with relatively recent Python versions. Python 3.7 and (even likely some sort 3.8) should have been previously built on NERSC/Cori.
Describe the bug
The
nbodykit
documention says thatThe package is available for Python versions 2.7, 3.5, and 3.6.
, which makes users suspect that Python 3.7 is NOT supported.Building
mpsort
on Python 3.6 fails in the Cython build:And it seems dodgy that the
mpsort
repository on Github does not exist any more..... the only place it exists in onpypi
??