conda create -n pysph_new -c conda-forge python=3.12
conda activate pysph_new
pip install --upgrade pip setuptools wheel
pip install https://github.com/pypr/compyle/zipball/master
pip install https://github.com/pypr/cyarray/zipball/master
pip install h5py
pip install https://github.com/pypr/pysph/zipball/master --no-build-isolation -v
pip install vtk
pip install pyside6
pip install https://github.com/enthought/mayavi/zipball/master -v