Ubuntu 20.04 LTS, both stable and daily have the same issue.
Steps to reproduce:
- Start Freecad
- Click "create new"
- Switch to part design WB
- Click "create body"
- Click "create sketch"
- Double click sketch in tree view
- Dialog box comes up that says "a dialog is already open in the task panel, do you want to close this dialog?". Click yes.
- Freecad segfaults, I get this on the terminal:
Wizard shaft module cannot be loaded
Program received signal SIGSEGV, Segmentation fault.
/tmp/.mount_FreeCAzusWhD/AppRun: line 46: 32587 Segmentation fault (core dumped) "$PREFIX/bin/$name" "$@"
ALSO I get a lot of error messages when starting freecad, regarding numpy. Here is what I get on the terminal:
Path WB not found
During initialization the error "
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
- The Python version is: Python3.9 from "/tmp/.mount_FreeCAzusWhD/usr/bin/FreeCADLink"
- The NumPy version is: "1.20.2"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
" occurred in freecad.asm3
Traceback (most recent call last):
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/init.py", line 22, in
from . import multiarray
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/multiarray.py", line 12, in
from . import overrides
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/overrides.py", line 7, in
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 158, in InitApplications
File "/tmp/.mount_FreeCAzusWhD/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/init_gui.py", line 2, in
from . import gui
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/gui.py", line 10, in
from .utils import getElementPos,objName,addIconToFCAD,guilogger as logger
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/utils.py", line 11, in
import numpy as np
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/init.py", line 145, in
from . import core
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/init.py", line 48, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
- The Python version is: Python3.9 from "/tmp/.mount_FreeCAzusWhD/usr/bin/FreeCADLink"
- The NumPy version is: "1.20.2"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
Ubuntu 20.04 LTS, both stable and daily have the same issue.
Steps to reproduce:
Wizard shaft module cannot be loaded
Program received signal SIGSEGV, Segmentation fault.
/tmp/.mount_FreeCAzusWhD/AppRun: line 46: 32587 Segmentation fault (core dumped) "$PREFIX/bin/$name" "$@"
ALSO I get a lot of error messages when starting freecad, regarding numpy. Here is what I get on the terminal:
Path WB not found
During initialization the error "
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
Please note and check the following:
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
" occurred in freecad.asm3
Traceback (most recent call last):
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/init.py", line 22, in
from . import multiarray
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/multiarray.py", line 12, in
from . import overrides
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/overrides.py", line 7, in
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 158, in InitApplications
File "/tmp/.mount_FreeCAzusWhD/usr/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/init_gui.py", line 2, in
from . import gui
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/gui.py", line 10, in
from .utils import getElementPos,objName,addIconToFCAD,guilogger as logger
File "/tmp/.mount_FreeCAzusWhD/usr/Mod/asm3/freecad/asm3/utils.py", line 11, in
import numpy as np
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/init.py", line 145, in
from . import core
File "/home/alowell/python_environments/py3/lib/python3.8/site-packages/numpy/core/init.py", line 48, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
Please note and check the following:
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'