Hi there,
i tried to follow the repository that @borisb mentioned, but i got an error while compiling the telemac-deps.
It says "Python 3.10 is not found. You need to install it using the official installer"
The thing is, that i installed Python 3.10 (3.10.0 to be precise) and so i guess it might be a path problem. Unfortunately Wintel doesn't mention where Python needs to be installed (on C:\ i guess?).
Do i need to adapt the part in the compile-telemac-dep script?
rem Check for the presence of Python 3.10
py -0 2>nul | findstr /I /B /C:" -3.10-64" > nul 2>&1
if %errorlevel% == 1 (
echo Error: Python 3.10 not found. You need to install it using the official installer.
exit /b 0
)
if yes, how?
Or it there anything else i should check?
Would highly appreciate your help.
Thx, Anna