Skip to content
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

Fixed SQLalchemy version for MFA #5059

Merged
merged 2 commits into from
Mar 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ speechbrain.done: espnet.done conda_packages.done
. ./activate_python.sh && ./installers/install_speechbrain.sh
touch speechbrain.done

mfa.done: espnet.done conda_packages.done
mfa.done: espnet.done pyopenjtalk.done phonemizer.done conda_packages.done
ifneq ($(strip $(USE_CONDA)),)
. ./activate_python.sh && ./installers/install_mfa.sh "true"
else
Expand Down
1 change: 1 addition & 0 deletions tools/installers/install_mfa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ else
fi

# Use only pip, conda installation may cause issues due to version match.
pip install sqlalchemy==1.4.45 # v2.0.0+ generates error on MFA
pip install --ignore-requires-python git+https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner.git@v2.0.6