mimic3 icon indicating copy to clipboard operation
mimic3 copied to clipboard

espeak-phonemizer package dependency causes pip install to fail

Open sethlovelace opened this issue 1 year ago • 1 comments

C:\Users\user\Projects\tts> pip install mycroft-mimic3-tts[all]

Collecting mycroft-mimic3-tts[all] Using cached mycroft_mimic3_tts-0.2.4.tar.gz (131 kB) Preparing metadata (setup.py) ... done Collecting dataclasses-json<1.0 Using cached dataclasses_json-0.5.7-py3-none-any.whl (25 kB) Collecting epitran==1.17 Using cached epitran-1.17-py2.py3-none-any.whl (153 kB) Collecting espeak-phonemizer<2.0,>=1.0 Using cached espeak_phonemizer-1.1.0.tar.gz (18 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [10 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\user\AppData\Local\Temp\pip-install-so_mcy43\espeak-phonemizer_62f9d420053a418097eaf7bbfc7bd665\setup.py", line 16, in long_description = readme_path.read_text() File "C:\Python310\lib\pathlib.py", line 1135, in read_text return f.read() File "C:\Python310\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 707: character maps to [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details

sethlovelace avatar Mar 27 '23 00:03 sethlovelace