Hi everyone,
I was unable to complete my installation of pysph due to a cython compile error.
I am running on Windows 11 and have the latest MSVC installed.
Here are the steps i took:
py -3.9 -m venv --system-site-packages SPHenv
.\SPHenv\Scripts\Activate.ps1
python -m pip install numpy cython h5py
cd pysph
python -m pip install -r requirements.txt -r requirements-test.txt
python setup.py install
The compile error i get:
pysph\base\point.pyx:237:51: Invalid type.
Does anyone have an idea of how to resolve this?
Thank you in advance,
Casper