You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to build Coqui-STT for iOS. I have been running into some trouble. I must admit I am completely new to this space, so its very possible I am missing something right in front of my face. Any help would be much appreciated because I have given it an honest effort and I can't seem to make any break throughs.
The steps I am taking are:
Cloning the project. Running "git submodule sync tensorflow/" then "git submodule update -init tensorflow/".
After that I have been running the ./configure script and going through the prompt options.
Then, I am running the command "bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" -c opt --copt="-D_GLIBCXX_USE_CXX11_ABI=0" //native_client:libstt.so //native_client:generate_scorer_package".
Followed by "./tf-setup.sh" and "./ios-build.sh"
After running the ios-build script, I am receiving the errors:
ERROR: /Users/loganmiller/STT/tensorflow/native_client/BUILD:261:14: output 'native_client/stt_swift_objs/swift/Bindings.swift.partial_swiftmodule' was not created
ERROR: /Users/loganmiller/STT/tensorflow/native_client/BUILD:261:14: Compiling Swift module //native_client:stt_swift failed: not all outputs were created or valid
INFO: Elapsed time: 129.672s, Critical Path: 64.24s
INFO: 1500 processes: 231 internal, 1269 local.
FAILED: Build did NOT complete successfully
I am on an intel x86 Mac running Monterey 12.6. I am using bazelisk. I am currently running Xcode 14.0.1, but also tested these same steps on 13.3 with the same results. Any suggestions on why I am getting these errors?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am attempting to build Coqui-STT for iOS. I have been running into some trouble. I must admit I am completely new to this space, so its very possible I am missing something right in front of my face. Any help would be much appreciated because I have given it an honest effort and I can't seem to make any break throughs.
The steps I am taking are:
After running the ios-build script, I am receiving the errors:
ERROR: /Users/loganmiller/STT/tensorflow/native_client/BUILD:261:14: output 'native_client/stt_swift_objs/swift/Bindings.swift.partial_swiftmodule' was not created
ERROR: /Users/loganmiller/STT/tensorflow/native_client/BUILD:261:14: Compiling Swift module //native_client:stt_swift failed: not all outputs were created or valid
INFO: Elapsed time: 129.672s, Critical Path: 64.24s
INFO: 1500 processes: 231 internal, 1269 local.
FAILED: Build did NOT complete successfully
I am on an intel x86 Mac running Monterey 12.6. I am using bazelisk. I am currently running Xcode 14.0.1, but also tested these same steps on 13.3 with the same results. Any suggestions on why I am getting these errors?
Beta Was this translation helpful? Give feedback.
All reactions