Hello,
I am having a hard time getting the basic version (no parallel computing) of telemac to compile properly on my machine. I am attempting to install the linux version of telemac on my windows machine via windows subsystem for linux. Everything seems to work properly until the build for the python API begins when the following error is triggered:
utils.exceptions.TelemacException: Error during first part of f2py for api 127
/bin/sh: 1: f2py: not found
I cannot get f2py to work on its own, which I expect is causing this problem. When I run f2py without an argument in the ubuntu shell I get:
Command 'f2py' not found, but can be installed with:
sudo apt install python-numpy
(this suggested 'sudo apt install python-numpy' command does not work)
When I run f2py without an argument in a python terminal I get:
>>> f2py
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'f2py' is not defined
I suspect something is wrong with my file paths for python as I frequently use python through anaconda for other applications. I tried adding the python scripts folder to the top of the windows PATH in environmental variables, but it did not work. As of now I am lost and cannot seem to find a good fix online.
Let me know if I can provide additional information and thank you for your help,
Martin