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

[BUG] Crash with recently released sqlalchemy 2.0.0 #540

Closed
yqzhishen opened this issue Jan 29, 2023 · 0 comments · Fixed by #536
Closed

[BUG] Crash with recently released sqlalchemy 2.0.0 #540

yqzhishen opened this issue Jan 29, 2023 · 0 comments · Fixed by #536
Assignees
Labels

Comments

@yqzhishen
Copy link

yqzhishen commented Jan 29, 2023

Debugging checklist

[√] Have you updated to latest MFA version?
[√] Have you tried rerunning the command with the --clean flag?

Describe the issue
A clear and concise description of what the bug is.
Described in this issue.

For Reproducing your issue
Please fill out the following:

  1. Corpus structure
    • What language is the corpus in?
      Chinese
    • How many files/speakers?
      1 speaker
    • Are you using lab files or TextGrid files for input?
      lab files
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one?
    • If it's a custom dictionary, what is the phoneset?
      custom dictionary
  3. Acoustic model
    • If you're using an acoustic model, is it one download through MFA? If so, which one?
    • If it's a model you've trained, what data was it trained on?
      Trained on Chinese singing data from OpenSinger. Model

Log file
Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA).

Desktop (please complete the following information):

  • OS: [e.g. Windows, OSX, Linux]
  • Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc]
  • Any other details about the setup (Cloud, Docker, etc)
    Windows 10

Additional context
Add any other context about the problem here.
The sqlalchemy package recently released their 2.0.0 version. MFA did not freeze its dependency version, and the incompatibility of this new major version breaks all commands of MFA, even the mfa version.
Simply pip install sqlalchemy==1.4.46 will solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants