In this series of new Code_Aster tutorials, I decided to go in the development aspect of Code_Aster!
This is the video number 2, make sure you watch the tutorial 1 before this one
(You will NOT be able to compile Code_Aster if you didn’t follow the previous tutorial)
Here’s what you’ll learn from this tutorial:
- How to download the latest Code_Aster Source Code
- How to configure and install Code_Aster with waf on Ubuntu 16.04
- How to run the Code_Aster validation cases with waf
Link to Code_Aster Bitbucket website:
https://bitbucket.org/code_aster/codeaster-src
More to come…
I plan to make more tutorials in this series… like a video teaching how to develop an Aster MACRO or a COMMAND… if that interests you, leave a comment and let me know! :)
Hope you enjoy the video… if you do, please give it a thumb up, it helps a lot!
Sia says
Hi Cyprien, when I want to do “.waf configure” I receive message below:
“Python 2 is not supported anymore. Please upgrade to Python 3.5 or newer “
could you help me fix it?
Merci,
Cyprien says
I guess that Salome changed to Python 3 since I made the video… Try to install Python 3 and upgrade the dependencies inside the configure. Or is that your system which doesn’t support python 2 ? (Never heard about that, but that’s maybe new)
Sia says
Thank you Cyprien for your response. Actually I downloaded Obuntu19, which has python3.7 by default. to run the Setup.py I needed python 2 which worked perfectly. But then for the second video, while using ”.waf configure”, it says that I need to upgrade to python 3.
My question: Could you tell me how I can make python3 my default python, so when I want to run ”.waf configure” it uses python 3?
Thanks
Ray says
I met the same question with you. Have you solved the problem?
Sia says
Not yet. I watched several tutorial videos online, but none of them worked for me.
Ray says
I modified the default python version with root. And it worked. But a new problem subsequently produced:
could not find the python module ‘numpy’