-
Notifications
You must be signed in to change notification settings - Fork 327
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
Issue with preprocess_text #271
Comments
Try this: install the language 'perl' on your system and also install the |
Unfortunately the error is still the same
and
|
It looks a lot like an issue I had while trying to run and install this project, which was resolved by installing 'perl'. Did you restart your system after installing 'perl' (or did already had it installed)? You can also take a look at my full windows installation instructions here and see if they help. |
Also make sure 'perl' has been correctly added to PATH. I've installed 'perl' via Strawberry perl and my PATH looks like this:
|
I've tried a few things assuming that it is a perl python binding issue, but I'll add this comment here incase any one has any further insight. Server is linux RHEL 9 running Python3.12 in a venv |
@homelab-00 Thanks for activity in solving installation issues here, a quick note that you shouldn't need |
The latest version of Edit: This probably isn't related to your original issue, but it'll help the script run better once you manage to install it. It would be best however to replace your CUDA version before installing |
Your 'perl' version could also potentially be causing some issues. In my setup I'm using v.5.40.0.1 without problems, you could try upgrading to that version to see if it helps. |
Hi,
This is a fantastic project but I appear to be having an issue with the call to preprocess_text on line 172 of diaraize.py
The initial call is to python diaraise.py -a audio.MP3 and I have the whole script loaded in its own venv with Python 3.12
The separating audio tracks works fine and they are stored in the server as expected.
The subsequent call to preprocess_text() then fails with ctc_forced_aligner throwing errors
I am likely missing something really obvious but looking into that perl scripts I can't even see an
exit 2;
line so I am struggling to see how the error is being generated, never mind beginning to understand how to fix it.Any ideas as to what might be causing this?
The text was updated successfully, but these errors were encountered: