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
FreeCAD 1.0 official was released at the end of November. The version of Python it uses seems aligned to Blender's - it's 3.11.x , but actually they differ.
Blender4.x (even the experimental 4.4.0alpha) uses Python 3.11.9 while the newest FreeCAD 1.0 series uses 3.11.10. The result is fail loading the Part module:
ImportError: DLL load failed while importing Part: The specified procedure could not be found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For those who struggle...
FreeCAD 1.0 official was released at the end of November. The version of Python it uses seems aligned to Blender's - it's 3.11.x , but actually they differ.
Blender4.x (even the experimental 4.4.0alpha) uses Python 3.11.9 while the newest FreeCAD 1.0 series uses 3.11.10. The result is fail loading the Part module:
ImportError: DLL load failed while importing Part: The specified procedure could not be found.
The last release that was working for me was 1.0RC2 (https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/1.0rc2) which still uses Python 3.11.9
Beta Was this translation helpful? Give feedback.
All reactions