-
Notifications
You must be signed in to change notification settings - Fork 4k
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
libmozilla_voice_stt.so linked against macOS 10.15 instead of 10.10 #3249
Comments
Please document what version that is, because we force targetting à lower version... |
Here, 10.10: https://github.com/mozilla/STT/blob/master/taskcluster/darwin-opt-base.tyml#L52 So I don't know why it would require 10.15 ... |
deepspeech version: 0.8.1 |
Ok I found a work-around. pip uninstall deepspeech Version 0.7.0 works. Is deepseech version 0.8.1 incompatible with macOS? |
Did you read my replies? It should not. |
@Arpitrf Please, can you check with |
I am sorry I did not understand the above. |
This installed this - native_client.amd64.cpu.osx.tar.xz. What to do next? |
Extract and run |
Output: DeepSpeech 0.8.1 |
Can you try to run a model then?
|
@Arpitrf Please? |
Still does not work.
|
Thanks, so I fear this is a regression from using XCode for iOS support :/ cc @reuben There's an upstream Bazel bug matching that, where Bazel does not respect minimum sdk we force, but it was only fixed in 3.4 and TensorFlow r2.2 used for r0.8 uses Bazel 2.0.0, and I don't see any workaround so far. We just upgraded master to r2.3, but:
I'm unsure if we can fix that soonish. |
Also, changing Bazel version is kind of invasive, I'm not sure we want to do that on 0.8 ... |
Thanks for your help! |
Turns out @reuben might have found a proper fix that is not invasive as we first tought, but it will require some full rebuild so it may take a few days. Hopefully we might do 0.8.2 to ship it. |
Fixed in master: #3259 |
And r0.8: #3260 |
Hello,
I am getting the following error when running the below command.
`(deepspeechenv) 192:deepspeech apple$ deepspeech --model deepspeech-0.7.0-models.pbmm --scorer deepspeech-0.7.0-models.scorer --audio audio/2830-3980-0043.wav
Traceback (most recent call last):
File "/Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/bin/deepspeech", line 5, in
from deepspeech.client import main
File "/Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/lib/python3.6/site-packages/deepspeech/init.py", line 23, in
from deepspeech.impl import Version as version
File "/Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/lib/python3.6/site-packages/deepspeech/impl.py", line 13, in
from . import _impl
ImportError: dlopen(/Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/lib/python3.6/site-packages/deepspeech/_impl.cpython-36m-darwin.so, 2): Symbol not found: ____chkstk_darwin
Referenced from: /Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/lib/python3.6/site-packages/deepspeech/lib/libdeepspeech.so (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
in /Users/apple/Desktop/Citi/FRM/deepspeech/deepspeechenv/lib/python3.6/site-packages/deepspeech/lib/libdeepspeech.so`
The text was updated successfully, but these errors were encountered: