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

allow --no-binary #153

Merged
merged 1 commit into from
Jul 24, 2023
Merged

allow --no-binary #153

merged 1 commit into from
Jul 24, 2023

Conversation

jhheider
Copy link
Contributor

Should allow solving the issue here:

Traceback (most recent call last):
  File "/Users/runner/.tea/github.com/coqui-ai/TTS/v0.16.0/venv/lib/python3.10/site-packages/TTS/tts/utils/text/japanese/phonemizer.py", line 8, in <module>
    import MeCab
  File "/Users/runner/.tea/github.com/coqui-ai/TTS/v0.16.0/venv/lib/python3.10/site-packages/MeCab/__init__.py", line 10, in <module>
    from . import _MeCab
ImportError: dlopen(/Users/runner/.tea/github.com/coqui-ai/TTS/v0.16.0/venv/lib/python3.10/site-packages/MeCab/_MeCab.cpython-310-darwin.so, 2): Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
  Referenced from: /Users/runner/.tea/github.com/coqui-ai/TTS/v0.16.0/venv/lib/python3.10/site-packages/MeCab/../mecab-python3.dylibs/libmecab.2.dylib (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libc++.1.dylib

by allowing us to build the dylibs ourself (I believe).

@jhheider jhheider requested a review from mxcl July 24, 2023 21:17
@jhheider jhheider mentioned this pull request Jul 24, 2023
@jhheider jhheider merged commit 8758df0 into main Jul 24, 2023
@jhheider jhheider deleted the allow---no-binary branch July 24, 2023 23:28
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

Successfully merging this pull request may close these issues.

2 participants