You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I installed FC1.0.0 to "D:\Program Files\FreeCAD_1.0", and replaced any space characters in PATH with "_", to prevent any wrong string parsing. After that I installed "gmsh" with command:
after that unpack content of "gmsh-4.13.1-Windows64-sdk.zip":
..\lib to "D:\Program Files\FreeCAD_1.0\bin\Lib\site-packages"
..\bin to "D:\Program Files\FreeCAD_1.0\bin\Lib\site-packages\bin"
..\include to "D:\Program Files\FreeCAD_1.0\bin\Lib\site-packages\include"
..share to "D:\Program Files\FreeCAD_1.0\bin\Lib\site-packages\share"
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
The text was updated successfully, but these errors were encountered: