For some reason the FC tool manager prompts that gmsh is required but does not successfully install.
Suggest you select the ignore option and manually install.
i.e in FreeCAD console.
import sys
print(sys.path)
""" Choose an appropriate path on Mac I selected
""" /Applications/FreeCAD 1.0.0.app/Contents/Resources/lib/python3.11/site-packages'
so
pip install gmsh -t '/Applications/FreeCAD 1.0.0.app/Contents/Resources/lib/python3.11/site-packages'
You also need to copy the gmsh shared library to an appropriate place for FreeCAD
Note: You can use all the workbench facilities that don't use gmsh without the gmsh python library ijnstalled
For some reason the FC tool manager prompts that gmsh is required but does not successfully install.
Suggest you select the ignore option and manually install.
i.e in FreeCAD console.
You also need to copy the gmsh shared library to an appropriate place for FreeCAD
Note: You can use all the workbench facilities that don't use gmsh without the gmsh python library ijnstalled