You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to fix this error
Full: E:\GITHUB\bots\lyrixy-master>python main.py
Traceback (most recent call last):
File "E:\GITHUB\bots\lyrixy-master\main.py", line 14, in
run_algo(path_to_audio_file, path_to_lyrics)
File "E:\GITHUB\bots\lyrixy-master\main.py", line 7, in run_algo
aligned_data = force_align.align_process(path_to_audio_file, path_to_lyrics)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\GITHUB\bots\lyrixy-master\force_align.py", line 18, in align_process
resources = gentle.Resources()
^^^^^^^^^^^^^^^^
AttributeError: module 'gentle' has no attribute 'Resources'
The text was updated successfully, but these errors were encountered:
How to fix this error
Full: E:\GITHUB\bots\lyrixy-master>python main.py
Traceback (most recent call last):
File "E:\GITHUB\bots\lyrixy-master\main.py", line 14, in
run_algo(path_to_audio_file, path_to_lyrics)
File "E:\GITHUB\bots\lyrixy-master\main.py", line 7, in run_algo
aligned_data = force_align.align_process(path_to_audio_file, path_to_lyrics)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\GITHUB\bots\lyrixy-master\force_align.py", line 18, in align_process
resources = gentle.Resources()
^^^^^^^^^^^^^^^^
AttributeError: module 'gentle' has no attribute 'Resources'
The text was updated successfully, but these errors were encountered: