Hello everyone,
I have successfully installed Telemac v8p1r0
please follow this instruction for installing Telemac_v8p1r0 on Window:
After installing Automatic installation, you receive an error as mentioned above, after that, you should continue installing manually as explained in the below link:
wiki.opentelemac.org/doku.php?id=instruc...tomatic_installation
1- after downloading the source code manually, open v8p1r0, and read "REQUIREMENTS.txt" file, in this file it mentioned that it is essential to download Python 3, therefore download the latest version of python.
2- in this post, two configuration file is attached, but it is for version v7p2, after downloading these two files, open them and replace each v7p2 with v8p1r0 and save it in the configs folder. make sure you change the name of configs file as following:
systel_v8p1r0, systel_parallel_v8p1r0
3- after making the shortcut of cmd on your desktop, it has been mentioned to change Target and start path, in this essential to change python27 to python3 and v7p2 to v8p1r0, this an example of the path
Target path:
%windir%\system32\cmd.exe /E:ON /V:ON /K set SYSTELCFG=C:\opentelemac-mascaret\v8p1r0\configs\systel_v8p1r0.cfg && PATH=C:\opentelemac-mascaret\v8p1r0\scripts\python3;!PATH!
start path:
C:\opentelemac-mascaret\v8p1r0
after that start compiling by writing compile_telemac.py instead of compileTELEMAC.py, because you are using python3.
I hope this helps who starts Telemac for the first time.