Is sofa-launcher Necessary for ModelOrderReduction? #5350
|
Hi Community, I am trying to use modelOrderReduction to simplify my robot. I am trying to test my environement using: runSofa modelOrderReduction.py accroding the guidance: https://modelorderreduction.readthedocs.io/en/latest/usage/install/installation.html. I used binary version so I did not setup: export PYTHONPATH=$PYTHONPATH:/PathToYourSofaSrcFolder/tools/sofa-launcher I got the error that: [DEPRECATED] [SofaPython3::SceneLoader] Unable to completely load the scene from file 'modelOrderReduction.py'. My SOFA version is v24.06.00 Binary for Linux, and the modelOrderReduction.py is under plugins/ModelOrderReduction/tools. My .bashrc is: export SOFA_ROOT=/home/Software/SOFA_24.06.00/ I am wondering if the modelOrderReduction.py requires the complied source version because of sofa-launcher. |
Replies: 1 comment 11 replies
|
Dear creative community members ( @bakpaul @alxbilger @hugtalbot @olivier-goury@EulalieCoevoet @damienmarchal), I am wondering if you have any comments on this basic but crucial question. Thanks for your attention! |
Hello, it is not the same error as before. Now it is mor that is not found. Make sure the filder containing mor Python module is present in your PYTHONPATH.
Be careful, environement loading (eg using conda env our venv) might sometimes break your PYTHONPATH. Make the export after loading your working env.