Skip to content

GDML install gmsh python library for FC 1.0.0 #154

@KeithSloan

Description

@KeithSloan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions