facebookresearch / facebookresearch/FAMBench

rnn-t setup issue with sox not found by python interpreter

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
32
Forks
25
PR merge metrics
No merged PRs in 30d

Description

[December-4-2021-RNN-T-on-AWS-installing.txt](https://github.com/facebookresearch/FAMBench/files/7672037/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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.