Skip to content

Plans for what needs to be done to get PyFoam up and running with blueCFD-Core 2016 and 2017 #10

Description

@wyldckat

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions