As far as I remember and know, one of the critical requirements for PyFoam to work on Windows is the need to rely on Python 3 instead of Python 2. This is because Python 3 has a lot of features that are needed by PyFoam on any operating system, which Python 2 does not have for Windows... that said, I was curious sometime ago and have tried installing pyFoam with pip3 with the following commands:
pacman -Sy
pacman -Ss pip
pacman -S mingw64/mingw-w64-x86_64-python3-pip
pip3 install pyfoam
but unfortunately numpy failed to build in the same exact way as it did for you when using Python 2 (pip), something about "/GL-" not being found. Which means this is going to take some considerable time to get things to work properly.
As far as I remember and know, one of the critical requirements for PyFoam to work on Windows is the need to rely on Python 3 instead of Python 2. This is because Python 3 has a lot of features that are needed by PyFoam on any operating system, which Python 2 does not have for Windows... that said, I was curious sometime ago and have tried installing pyFoam with pip3 with the following commands:
but unfortunately numpy failed to build in the same exact way as it did for you when using Python 2 (pip), something about "/GL-" not being found. Which means this is going to take some considerable time to get things to work properly.