coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
35.33k stars 4.31k forks source link

[Bug] LLVM ERROR: Symbol not found: __svml_cosf8_ha #3526

Closed EfficioVitae closed 8 months ago

EfficioVitae commented 9 months ago

Describe the bug

Not sure what this means but when I go to launch coqui_tts after using the one click installer from the patreon page, it gives me this error:

LLVM ERROR: Symbol not found: __svml_cosf8_ha

Please, how does one fix this?

Windows 10 Pro Processor Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz 3.60 GHz Nvidia GeForce RTX 3090 Installed RAM 128 GB

To Reproduce

Windows 10 Pro Processor Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz 3.60 GHz Nvidia GeForce RTX 3090 Installed RAM 128 GB

I just try running it for the first time.

Expected behavior

No response

Logs

No response

Environment

C:\XTTS>pip list
Package                 Version
----------------------- -------------------
absl-py                 2.1.0
aiohttp                 3.9.1
aiosignal               1.3.1
annotated-types         0.6.0
anyascii                0.3.2
async-timeout           4.0.3
attrs                   23.2.0
audioread               3.0.1
Babel                   2.14.0
bangla                  0.0.2
blinker                 1.7.0
blis                    0.7.11
bnnumerizer             0.0.2
bnunicodenormalizer     0.1.6
brotlipy                0.7.0
cachetools              5.3.2
catalogue               2.0.10
certifi                 2023.11.17
cffi                    1.14.6
chardet                 4.0.0
click                   8.1.7
cloudpathlib            0.16.0
colorama                0.4.6
conda                   22.11.1
conda-package-handling  1.7.3
confection              0.1.4
contourpy               1.2.0
coqpit                  0.0.17
cryptography            3.4.7
cycler                  0.12.1
cymem                   2.0.8
Cython                  3.0.8
dateparser              1.1.8
decorator               5.1.1
docopt                  0.6.2
einops                  0.7.0
encodec                 0.1.1
filelock                3.13.1
flask                   3.0.0
fonttools               4.47.2
frozenlist              1.4.1
fsspec                  2023.12.2
g2pkk                   0.1.2
google-auth             2.26.2
google-auth-oauthlib    1.2.0
grpcio                  1.60.0
gruut                   2.2.3
gruut-ipa               0.13.0
gruut-lang-de           2.0.0
gruut-lang-en           2.0.0
gruut-lang-es           2.0.0
gruut-lang-fr           2.0.2
hangul-romanize         0.1.0
hnswlib                 0.7.0
huggingface-hub         0.20.2
idna                    2.10
importlib-metadata      7.0.1
importlib-resources     6.1.1
inflect                 7.0.0
itsdangerous            2.1.2
jamo                    0.4.1
jieba                   0.42.1
Jinja2                  3.1.3
joblib                  1.3.2
jsonlines               1.2.0
kiwisolver              1.4.5
langcodes               3.3.0
lazy-loader             0.3
librosa                 0.10.0
llvmlite                0.41.1
Markdown                3.5.2
MarkupSafe              2.1.3
matplotlib              3.8.2
menuinst                1.4.16
mpmath                  1.3.0
msgpack                 1.0.7
multidict               6.0.4
murmurhash              1.0.10
networkx                2.8.8
nltk                    3.8.1
num2words               0.5.13
numba                   0.58.1
numpy                   1.22.0
oauthlib                3.2.2
packaging               23.2
pandas                  1.5.3
pillow                  10.2.0
pip                     21.1.3
platformdirs            4.1.0
pluggy                  1.3.0
pooch                   1.8.0
preshed                 3.0.9
protobuf                4.23.4
psutil                  5.9.7
pyasn1                  0.5.1
pyasn1-modules          0.3.0
pycosat                 0.6.3
pycparser               2.20
pydantic                2.5.3
pydantic-core           2.14.6
pynndescent             0.5.11
pyOpenSSL               20.0.1
pyparsing               3.1.1
pypinyin                0.50.0
pysbd                   0.3.4
PySocks                 1.7.1
python-crfsuite         0.9.10
python-dateutil         2.8.2
pytz                    2023.3.post1
pywin32                 228
PyYAML                  6.0.1
regex                   2023.12.25
requests                2.25.1
requests-oauthlib       1.3.1
rsa                     4.9
ruamel-yaml-conda       0.15.100
ruamel.yaml             0.17.40
ruamel.yaml.clib        0.2.7
safetensors             0.4.1
scikit-learn            1.3.2
scipy                   1.11.4
setuptools              52.0.0.post20210125
six                     1.16.0
smart-open              6.4.0
soundfile               0.12.1
soxr                    0.3.7
spacy                   3.7.2
spacy-legacy            3.0.12
spacy-loggers           1.0.5
srsly                   2.4.8
SudachiDict-core        20240109
SudachiPy               0.6.8
sympy                   1.12
tensorboard             2.15.1
tensorboard-data-server 0.7.2
thinc                   8.2.2
threadpoolctl           3.2.0
tokenizers              0.15.0
toolz                   0.12.0
torch                   2.1.2
torchaudio              2.1.2
tqdm                    4.66.1
trainer                 0.0.36
transformers            4.36.2
TTS                     0.22.0
typer                   0.9.0
typing-extensions       4.9.0
tzdata                  2023.4
tzlocal                 5.2
umap-learn              0.5.5
Unidecode               1.3.8
urllib3                 1.26.6
wasabi                  1.1.2
weasel                  0.3.4
werkzeug                3.0.1
wheel                   0.36.2
win-inet-pton           1.1.0
wincertstore            0.2
yarl                    1.9.4
zipp                    3.17.0

Additional context

No response

luandro commented 9 months ago

Having same problem on a Arch Linux Manjaro.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.