Hello, I began to run the pyfr 2.0, versions up to 2.0 run normally. When I did the mesh partition by pyfr partition 30 a.pyfrm ., it comes error.
Traceback (most recent call last):
File “/home/pyfr-2.0/bin/pyfr”, line 8, in
sys.exit(main())
File “/home/pyfr-2.0/lib/python3.10/site-packages/pyfr/main.py”, line 124, in main
args.process(args)
File “/home/pyfr-2.0/lib/python3.10/site-packages/pyfr/main.py”, line 190, in process_partition
mesh, rnum, part_soln_fn = part.partition(mesh, args.progress)
File “/home/pyfr-2.0/lib/python3.10/site-packages/pyfr/partitioners/base.py”, line 393, in partition
vparts = self._partition_graph(graph, self.partwts).tolist()
File “/home/pyfr-2.0/lib/python3.10/site-packages/pyfr/partitioners/metis.py”, line 166, in _partition_graph
part_graph_fn(
File “/home/pyfr-2.0/lib/python3.10/site-packages/pyfr/ctypesutil.py”, line 37, in _errcheck
raise self._statuses[status]
pyfr.partitioners.metis.METISErrorInput
And I didn’t install the metis, so I tried to install metis. I used this patch2 packeg, but the error come out , which is attached below. Could someone help me solve it?