-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Windows : installation ..problem ? #175
Comments
I had the same issue on a Fresh installed Windows 10 ` Maybe the requirements.txt needs an update to add these? |
The issue is in the requirement.txt and is releated to this issue: #170 I bumped the corrupt matplotlib. Should work now. |
How can I confirm it as now everything is installed. |
without changing anything I get this error now think it is the torch Package pip install torch --no-cache-dir WARNING: Ignoring invalid distribution -ensorflow (c:\users\martin\appdata\local\programs\python\python310\lib\site-packages) |
I create installation Batch Scripts that install everything needed to run UltraSinger.
JUST REMOVE THE ".TXT" at the end of the Files, Apart from the file "additional-requirements.txt" that stays as it is. additional-requirements.txt Open an CMD Console in windows with admin rights. 1st-part-install-winget-ffmpeg-and-python-3.10.bat Open an CMD Console in windows with admin rights. 2nd-part-install-git-ultrasinger-with-modules-musescore.bat When Everything is installed you can use a Batchfile to Generate Karaoke Songs out of Youtube Playlists with UltraSinger |
For reinstallation you should delete the venv folder. |
@mARTin-B78 make an PR and we could add it to the project :) |
I recreated the Installer for Windows made for people who are not programmers and have most tools not installed yet. Batch Script 1 1st-part-install-winget-ffmpeg-and-python-3.10.bat download and remove the ".TXT"
Finally, it informs the user to reboot the system. Batch Script 2 2nd-part-install-git-ultrasinger-with-modules-musescore.bat
at the end it uninstalls torch and reinstalls torch - I do not know why it does not work without that step. File with python modules that seme to be missing Batch workflow |
Hello,
i'm not sur to understand the process instal. ( windows)
Python 3.10 : ok
ffmpeg in PATH : ok
Like run_on_windows don"t work .. i play manualy the scrypt :
[-](c:\UltraSinger>.venv/Scripts/activate.bat
cd src
i start finally here : (venv) c:\UltraSinger\src>
and..i try something like that :
py UltraSinger.py --crepe full --whisper large-v2 -i "input/song_to_parse.mp3" --language=en
Results : ModuleNotFoundError: No module named 'Levenshtein'
So.. i do "pip install Levenshtein"..
Replay my command..and :
Traceback (most recent call last):
File "c:\UltraSinger\src\UltraSinger.py", line 9, in
from packaging import version
ModuleNotFoundError: No module named 'packaging'
=> pip install packaging
And again again again... x module to install later..
and now new Error :
ImportError: cannot import name 'Hyphenator' from 'hyphen' (c:\UltraSinger\venv\lib\site-packages\hyphen_init.py)_
Finaly, i'm not sur that i need to install all this module... my process install is wrong ? ( maybe error on my python ? )
edit ..
After 15 module to install.. some trap ( downgrade yumi.., double install of hyphen) .. it's work ..
I'm always suprising about this process but thanks you anyway for the tools
Thanks to advance
The text was updated successfully, but these errors were encountered: