bpy.data.window_managers["WinMan"].addon_search = "bim" Traceback (most recent call last): File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\modules\numpy\core\__init__.py", line 23, in from . import multiarray File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\modules\numpy\core\multiarray.py", line 10, in from . import overrides File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\modules\numpy\core\overrides.py", line 6, 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 "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 376, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\__init__.py", line 41, in import blenderbim.bim File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\bim\__init__.py", line 25, in from . import handler, ui, prop, operator, helper File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\bim\handler.py", line 23, in import ifcopenshell.api.owner.settings File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\libs\site\packages\ifcopenshell\api\__init__.py", line 22, in import numpy File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\modules\numpy\__init__.py", line 141, in from . import core File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\modules\numpy\core\__init__.py", line 49, 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.11 from "C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe" * The NumPy version is: "1.24.1" 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'