Skip to content

Not installing on 4.2.2 LTS #27

@Bazmundi

Description

@Bazmundi

Confirmation

  • I have followed the troubleshooting guide.

Summary

I download V1.6.0 and try to install from disc via add-ons menu. I get

Error: numpy.core.multiarray failed to import

Full dump:

(base) asterion@MonstaPC:~$ /opt/blender-4.2.2/blender --debug
Switching to fully guarded memory allocator.
Blender 4.2.2 LTS
Build: 2024-09-24 00:09:56 Linux Release
argv[0] = /opt/blender-4.2.2/blender
argv[1] = --debug
Reloading external rigs...
Reloading external metarigs...
TEXT FX V(4, 2, 2) READY
blender_checkpoint addon: Verbose is enabled
blender_checkpoint addon: Read in JSON settings from file
register_class(...):
Warning: 'CheckpointsList' does not contain '_UL_' with prefix and suffix
INFO: Ucupaint 2.3.4 is registered!
[AMP] Popup panel hotkeys initialized
DEBUG: Could not initialize window manager properties: 'WindowManager' object has no attribute 'display_vanilla_top_graph'
Error evaluating vanilla top menus for graph: 'WindowManager' object has no attribute 'display_vanilla_top_graph'
Error evaluating vanilla top menus for dope: 'WindowManager' object has no attribute 'display_vanilla_top_dope'
Error evaluating vanilla top menus for nla: 'WindowManager' object has no attribute 'display_vanilla_top_nla'
INFO: Ucupaint update routine is done in 0.10 ms!
Error in bpy.app.handlers.load_post[6]:
Traceback (most recent call last):
  File "/home/asterion/.config/blender/4.2/extensions/user_default/amp_animate_pro/__init__.py", line 162, in load_post_handler
    utils.dprint("Initializing AniMate Pro version: {}".format(bl_info["version"]))
                                                               ^^^^^^^
NameError: name 'bl_info' is not defined
--------
--------
load_icons called with folders:['icons', 'icons_grey']
--------
--------
[AniMate Pro] Icons reloaded successfully at 2025-09-09 22:15:17
Icons reloaded from handlers
[AniMate Pro] Falling back to file parsing for version
[AniMate Pro] Got version from file parsing: 0.25.30812
[AniMate Pro] Version check:
  - Current version: 0.25.30812
  - Stored version: 0.25.30812
  - Version file exists: True
  - Fresh install flag: False
  - Addon up to date flag: True
  - Is first install: False
  - Is fresh install: False
  - Is version update: False
  - Has default categories: True
[AniMate Pro] No action needed - addon is up to date
Skipping wheel for other system (macosx_10_10_x86_64 != linux_x86_64): pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
Skipping wheel for other system (win_amd64 != linux_x86_64): skia_python-87.8-cp311-cp311-win_amd64.whl
Skipping wheel for other system (macosx_11_0_arm64 != linux_x86_64): pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
Skipping wheel for other system (win_amd64 != linux_x86_64): pillow-11.2.1-cp311-cp311-win_amd64.whl
Skipping wheel for other system (macosx_11_0_arm64 != linux_x86_64): skia_python-87.8-cp311-cp311-macosx_11_0_arm64.whl
Skipping wheel for other system (macosx_10_9_x86_64 != linux_x86_64): skia_python-87.6-cp311-cp311-macosx_10_9_x86_64.whl
RLSP: enter __init__
RLSP: exit __init__
RLPS: enter register() 

A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.3.1 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.

Traceback (most recent call last):  File "/opt/blender-4.2.2/4.2/scripts/addons_core/bl_pkg/bl_extension_ops.py", line 1345, in modal
    self.exec_command_finish(canceled)
  File "/opt/blender-4.2.2/4.2/scripts/addons_core/bl_pkg/bl_extension_ops.py", line 2489, in exec_command_finish
    _preferences_install_post_enable_on_install(
  File "/opt/blender-4.2.2/4.2/scripts/addons_core/bl_pkg/bl_extension_ops.py", line 698, in _preferences_install_post_enable_on_install
    addon_utils.enable(addon_module_name, default_set=True, handle_error=handle_error)
  File "/opt/blender-4.2.2/4.2/scripts/modules/addon_utils.py", line 488, in enable
    mod.register()
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/__init__.py", line 63, in register
    autoloader.find_classes()
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender/auto_load.py", line 58, in find_classes
    self.collect_all_submodules()
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender/auto_load.py", line 83, in collect_all_submodules
    self.modules = list(self.iter_submodules(directory, self.root_package_name))
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender/auto_load.py", line 87, in iter_submodules
    yield importlib.import_module("." + name, package_name)
  File "/opt/blender-4.2.2/4.2/python/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender/capture_panel.py", line 9, in <module>
    from . import capture_operators, rhubarb_operators, sound_operators, ui_utils
  File "/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender/sound_operators.py", line 9, in <module>
    import aud
AttributeError: _ARRAY_API not found
Unable to initialise audio
--------------------------------------------------------------------------------
- package=bl_ext.user_default.rhubarb_lipsync,module=blender.capture_panel
--------------------------------------------------------------------------------
Exception in module register(): /home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/__init__.py
Skipping wheel for other system (macosx_10_10_x86_64 != linux_x86_64): pillow-11.2.1-cp311-cp311-macosx_10_10_x86_64.whl
Skipping wheel for other system (win_amd64 != linux_x86_64): skia_python-87.8-cp311-cp311-win_amd64.whl
Skipping wheel for other system (macosx_11_0_arm64 != linux_x86_64): pillow-11.2.1-cp311-cp311-macosx_11_0_arm64.whl
Skipping wheel for other system (win_amd64 != linux_x86_64): pillow-11.2.1-cp311-cp311-win_amd64.whl
Skipping wheel for other system (macosx_11_0_arm64 != linux_x86_64): skia_python-87.8-cp311-cp311-macosx_11_0_arm64.whl
Skipping wheel for other system (macosx_10_9_x86_64 != linux_x86_64): skia_python-87.6-cp311-cp311-macosx_10_9_x86_64.whl
Error: numpy.core.multiarray failed to import
reloading addon meta-data: bl_ext.user_default.rhubarb_lipsync '/home/asterion/.config/blender/4.2/extensions/user_default/rhubarb_lipsync/blender_manifest.toml' (time-stamp change detected)


Rhubarb Lipsync NG addon version

1.6

Blender Version

4.2.2 LTS

Operating System

Linux (ubuntu)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions