Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install piper-tts on macOS Due to piper-phonemize 1.1.0 Dependency #217

Open
gabrielgq opened this issue Sep 21, 2023 · 16 comments

Comments

@gabrielgq
Copy link

Unable to Install piper-tts on macOS Due to piper-phonemize 1.1.0 Dependency

Description

I am trying to install piper-tts on macOS. However, the installation process fails because of its dependency on piper-phonemize version 1.1.0, which appears to lack a macOS-compatible distribution.

Steps to Reproduce

  1. On a macOS system, execute: pip install piper-tts
  2. Installation fails due to the dependency on piper-phonemize 1.1.0.
  3. Direct installation of piper-phonemize 1.1.0 also fails: pip install piper-phonemize==1.1.0

Expected Behavior

I anticipated that piper-tts would be installed successfully on my macOS system without issues related to its dependencies.

Actual Behavior

The installation process is halted because there isn't a macOS-compatible wheel or source distribution available for piper-phonemize version 1.1.0.

Additional Information

When inspecting the PyPI page for piper-phonemize 1.1.0, it's evident that wheels are available for Linux (manylinux) for Python versions 3.9, 3.10, and 3.11, but no distributions are present for macOS.

Questions

  1. Is the lack of a macOS distribution for piper-phonemize 1.1.0 a known issue?
  2. Are there plans to release a macOS-compatible wheel or source distribution for this version?
  3. As I am keen to use piper-tts on macOS, is there a recommended workaround or alternative version that I can utilize in the interim?

Thank you for your prompt attention to this matter!

@wdebusschere
Copy link

@gabrielgq I have exact the same problem.

@Salvakiya
Copy link

same problem with python 3.11.4 on windows 11 x64

@nafets33
Copy link

same here, I attempted docker image but also ran into issues : (

@tuxpoldo
Copy link

Maybe related to rhasspy/piper-phonemize#11 ? When merged, check if this fixes the issue.

@eshack94
Copy link

eshack94 commented Oct 1, 2023

Seeing the same issue on MacOS.

Wonder if this is the result of version schemas changing recently.

The previous release v1.2.0, but the latest release is 2023.9.27-1. A similar version schema change has happened for piper-phonemize recently.

Wonder if the dependency resolution lists in requirements.txt need to be updated to account for it.

FWIW, I also noticed the latest version available on PyPi is v1.2.0, whereas I'd expect it to match the latest release on GitHub. The latest version of piper-phonemize on PyPi is v1.1.0. That might also be something to look into, in case something is funky with the GitHub workflow config, or the GitHub <> PyPi integration

@Sendery
Copy link

Sendery commented Oct 26, 2023

Seeing the same issue on MacOS when installing with pip.. I'm going to try it compiling from source

@williamcorney
Copy link

@Sendery Any luck ?

Same problem. I will post if I can figure out a solution

@rmcpantoja
Copy link
Contributor

Piper phonemize is already for Windows and mac but we only need a Python wheel. I tried to build it but failed.

@Aptronymist
Copy link

Yeah, same on my windows. A shame, I really wanted to try this out!

@rmcpantoja
Copy link
Contributor

Hi @Aptronymist,
you can try without Python API, just download the last asset in the releases page.

@Aptronymist
Copy link

Hi @Aptronymist,
you can try without Python API, just download the last asset in the releases page.

Oh I got that , just wanted to be able to use it with python too.

@Sendery
Copy link

Sendery commented Oct 30, 2023

@williamcorney I did compile it, or I think...
I did have to download the piper-phonemize into the lib folder. I download a few architectures (macos-aarch64 and Linux-arm64)
The compilation work and it generated a few executables in the build folder, it even past the single test during compilation.
The piper executable wasnt install in any "bin" or "script" folder of the system that i notice
I did continue anyway and downloaded a few models and try the piper executable with the "echo .... | piper ... " command
When executing the piper executable in the build folder it reports:
/usr/share/espeak-ng-data/phontab': No such file or directory
But that folder was used during compilation from:
piper/install/espeak-ng-data/phondata
I did try to link, copy and move... to that path the folder, but I couldnt due to MacOS folder system (or thats what i thought, Im not very expert on MacOS)
And I dont know if I can set piper to use anohter path.

I install espeak-ng with ports but didnt do the trick either.

For the moment I'm stuck.

PS: The test generate a wav file that has speech... so It must work somehow... I think

@kerwinkfs
Copy link

Same problem with my man as well.

@nickolay
Copy link

nickolay commented Dec 3, 2023

I posted steps that worked for me to rhasspy/piper-phonemize#14

@willwade
Copy link

willwade commented May 14, 2024

if you need to work around this download the wheel: rhasspy/piper-phonemize#14 (comment) so

pip install piper_phonemize-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
pip install piper-tts

@jtoy
Copy link

jtoy commented Jun 16, 2024

I also can't get it working on macbook pro m1:
The conflict is caused by:
piper-tts 1.2.0 depends on piper-phonemize~=1.1.0
piper-tts 1.1.0 depends on piper-phonemize~=1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests