Skip to content

pip install mycroft-mimic3-tts[all] fails with libwapiti/src/api.c:157:36: error: passing argument 4 of ‘tag_nbviterbi’ from incompatible pointer type [-Wincompatible-pointer-types] on Ubuntu 24.10 #83

Open
@cirosantilli

Description

@cirosantilli

Describe the bug
pip install mycroft-mimic3-tts[all] fails with libwapiti/src/api.c:157:36: error: passing argument 4 of ‘tag_nbviterbi’ from incompatible pointer type [-Wincompatible-pointer-types] on Ubuntu 24.10

To Reproduce
On Ubuntu 24.10:

sudo apt-get install libespeak-ng1
pipx install 'mycroft-mimic3-tts[all]'

Log files

CLI says:

Fatal error from pip prevented installation. Full pip output in file:
    /home/ciro/.local/pipx/logs/cmd_2025-03-20_07.57.51_pip_errors.log

pip failed to build package:
    libwapiti

Some possibly relevant errors from pip install:
    error: subprocess-exited-with-error
    libwapiti/src/api.c:157:36: error: passing argument 4 of ‘tag_nbviterbi’ from incompatible pointer type [-Wincompatible-pointer-types]
    libwapiti/src/api.c:157:46: error: passing argument 6 of ‘tag_nbviterbi’ from incompatible pointer type [-Wincompatible-pointer-types]
    error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
    ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (libwapiti)

Error installing mycroft-mimic3-tts from spec 'mycroft-mimic3-tts[all]'.

Environment (please complete the following information):

  • Device type: Lenovo ThinkPad P14s desktop
  • OS: Ubuntu 24.10
  • Mycroft-core version: 0.2.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions