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
On a fresh AWS p3 instance, I cloned FAMBench, and ran setup_rnnt.sh. sudo apt-get install sox seemed to install sox successfully, but later the following exception appeared many times: ModuleNotFoundError: No module named 'sox'.
Searching "sox" in the attached log shows the relevant parts of the log.
Installing sox using pip3 install sox resolved the issue for me. Any thoughts on whether we should use pip3 instead of sudo apt-get for sox?
The text was updated successfully, but these errors were encountered:
December-4-2021-RNN-T-on-AWS-installing.txt
On a fresh AWS p3 instance, I cloned FAMBench, and ran setup_rnnt.sh.
sudo apt-get install sox
seemed to install sox successfully, but later the following exception appeared many times:ModuleNotFoundError: No module named 'sox'.
Searching "sox" in the attached log shows the relevant parts of the log.
Installing sox using
pip3 install sox
resolved the issue for me. Any thoughts on whether we should use pip3 instead of sudo apt-get for sox?The text was updated successfully, but these errors were encountered: