First time here? Checkout the FAQ!
x
0 votes
by (160 points)

Hi 

when I tried to run 02_EP_tissue/01_basic_usage, the problem was given below:

Warning: Changing 2022-09-21_basic_20.0/vm.igb.gz to 2022-09-21_basic_20.0/vm.igb!

Traceback (most recent call last):

  File "./run.py", line 264, in <module>

    run()

  File "/usr/local/lib64/python3.6/site-packages/carputils/tools.py", line 540, in wrapped

    ret = run(args, job)

  File "./run.py", line 259, in run

    job.meshalyzer(geom, data, view)

  File "/usr/local/lib64/python3.6/site-packages/carputils/job/job.py", line 606, in meshalyzer

    cmd = [settings.execs.MESHALYZER, geom] + args

  File "/usr/local/lib64/python3.6/site-packages/carputils/settings/paths.py", line 70, in __getattr__

    raise self._exception(attr, path)

carputils.settings.exceptions.CARPUtilsMissingPathError: The path for MESHALYZER was not found (/usr/local/meshalyzer/meshalyzer)

Could you help me with it?

1 Answer

0 votes
by (17.5k points)
Looks like meshalyzer is not where it's supposed to be according to your settings.yaml file.

See here for details: https://opencarp.org/download/installation#installation
by (160 points)
Thanks a lot for your reply.
I have tried it but I could not find the binary file which is in the name of MESHALYZER.
The only thing for meshalyzer I can find is called  'Meshalyzer-3.5-x86_64.AppImage'.
I can find the path for 'Meshalyzer-3.5-x86_64.AppImage's but I can not find the path for 'MESHALYZER'
by (17.5k points)
Meshalyzer is not part of the installer packages as described here: https://opencarp.org/download/installation#installation-packages

If you install Meshalyzer via the AppImage, can you just use the path to the AppImage as binary?
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...