I took the latest source for tensorflow and DeepSpeech. Followed the instructions to create generate binaries for both but am still seeing the following ERROR,
type ‘select’ is not iterable
ERROR: error loading package ‘native_client’: Package ‘native_client’ contains errors
I checked that this error is reported in Issue thread and it has been closed. However, I am still seeing the issue and not sure how to move forward.
Please let me know if you need any more info from my side.
Thank you
Rishabh
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
That error is typical of building DeepSpeech against upstream tensorflow instead of https://github.com/mozilla/tensorflow/, branch master. Can you make sure you are building against our fork?