Problems running NS Compose on Colab or docker

Hello NeuroSynth developers. I used NS Compose a few months back and finally came back to finish my meta-analysis. Unfortunately, neither the CoLab notebooks nor the Docker option seem to run. The CoLab message is the clearest and most consistent, and shows up no matter what kind of analysis I run:


ValueError Traceback (most recent call last)
in <cell line: 0>()
1 #@title Run Meta-Analysis (~1-10+ minutes)
----> 2 from compose_runner.run import run # special workflow to run meta-analysis
3
4 url, meta_result = run(META_ID, n_cores=1)
5

10 frames
/usr/local/lib/python3.11/dist-packages/numpy/random/_pickle.py in
----> 1 from .mtrand import RandomState
2 from ._philox import Philox
3 from ._pcg64 import PCG64, PCG64DXSM
4 from ._sfc64 import SFC64
5

numpy/random/mtrand.pyx in init numpy.random.mtrand()

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject


This seems to point to pickled object error, but I am not sure. Please let me know!

Thanks,
–Andrea