-
Notifications
You must be signed in to change notification settings - Fork 232
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
mac m1 silicon always fail #285
Comments
I'm also having the same issue while installing Follow up: You might see the warning that the certificate for the installation package is expired in 2021. I just went ahead anyway. Hope this helps. |
python 3.7 will success . |
how to install zh lanugauge this way |
Didn't work for me. I'm on a M1.
However, espeak is installed: What else can i do? |
I try pip install and brew install, but it alway fails . I install from git same error will appear like below :
error: Command "clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_func.o build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_py.o -lespeak -o build/lib.macosx-12-arm64-cpython-39/aeneas/cew/cew.cpython-39-darwin.so" failed with exit status 1
creating build/temp.macosx-12-arm64-cpython-39/aeneas/cew
INFO: compile options: '-I['/opt/homebrew/lib/python3.9/site-packages/numpy/core/include'] -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
INFO: clang: aeneas/cew/cew_func.c
INFO: clang: aeneas/cew/cew_py.c
INFO: clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_func.o build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_py.o -lespeak -o build/lib.macosx-12-arm64-cpython-39/aeneas/cew/cew.cpython-39-darwin.so
ld: library not found for -lespeak
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: Command "clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_func.o build/temp.macosx-12-arm64-cpython-39/aeneas/cew/cew_py.o -lespeak -o build/lib.macosx-12-arm64-cpython-39/aeneas/cew/cew.cpython-39-darwin.so" failed with exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> aeneas
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
how to fixed . hope for u help . thks
The text was updated successfully, but these errors were encountered: