[x ] Have you updated to the latest MFA version?
[x ] Have you tried rerunning the command with the --clean flag?
Describe the issue
A clear and concise description of what the bug is.
MFA 2.1 won't work. I have even created a new environment, but it reports for both environments:
File "C:\Users\Natalia\miniconda3\envs\aligner\Scripts\mfa-script.py", line 6, in <module> from montreal_forced_aligner.command_line.mfa import main ImportError: cannot import name 'main' from 'montreal_forced_aligner.command_line.mfa' (C:\Users\Natalia\miniconda3\envs\aligner\lib\site-packages\montreal_forced_aligner\command_line\mfa.py)
For Reproducing your issue
Please fill out the following:
Trying to run any mfa command line (mfa train_g2p, mfa train, mfa version, etc)
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]
Windows
Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc]
Windows 10
Any other details about the setup (Cloud, Docker, etc)
Additional context
Add any other context about the problem here.
Debugging checklist
[x ] Have you updated to the latest MFA version? [x ] Have you tried rerunning the command with the
--clean
flag?Describe the issue A clear and concise description of what the bug is. MFA 2.1 won't work. I have even created a new environment, but it reports for both environments:
File "C:\Users\Natalia\miniconda3\envs\aligner\Scripts\mfa-script.py", line 6, in <module> from montreal_forced_aligner.command_line.mfa import main ImportError: cannot import name 'main' from 'montreal_forced_aligner.command_line.mfa' (C:\Users\Natalia\miniconda3\envs\aligner\lib\site-packages\montreal_forced_aligner\command_line\mfa.py)
For Reproducing your issue Please fill out the following: Trying to run any
mfa
command line (mfa train_g2p, mfa train, mfa version, etc)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):
Additional context Add any other context about the problem here.