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
So, I uninstalled the UVR application in favor of trying out the manual installation instead of the executable to see if installing it manually via the archive and Command Prompt/Terminal would fix the bugs I've been dealing with in the Roformer models (to make a long story short, for some weird reason the Roformer models are just completely unusable for me now, and nothing I do fixes the problem), but the requirements.txt portion of the installation process gives me an error when it tries to build wheel for playsound.
Firstly, I'd like to mention that the recommended install code from the README did not work in my case, so I had to shorten it from python.exe -m pip install -r requirements.txt to pip install -r requirements.txt for it to even work. This is probably because I use Python via pyenv rather than straight installing Python, though.
The following images are the error I receive every time I try to manually install UVR. I should mention that I still get the error even after uninstalling what few dependencies were installed via pip uninstall -r requirements.txt to try and install the dependencies cleanly.
I'm honestly not sure what to do. I need the Roformer models for some of my projects, and until such a time as the bugs with them are resolved I cannot meaningfully move forward with those projects.
The text was updated successfully, but these errors were encountered:
So, I uninstalled the UVR application in favor of trying out the manual installation instead of the executable to see if installing it manually via the archive and Command Prompt/Terminal would fix the bugs I've been dealing with in the Roformer models (to make a long story short, for some weird reason the Roformer models are just completely unusable for me now, and nothing I do fixes the problem), but the requirements.txt portion of the installation process gives me an error when it tries to build wheel for playsound.
Firstly, I'd like to mention that the recommended install code from the README did not work in my case, so I had to shorten it from python.exe -m pip install -r requirements.txt to pip install -r requirements.txt for it to even work. This is probably because I use Python via pyenv rather than straight installing Python, though.
The following images are the error I receive every time I try to manually install UVR. I should mention that I still get the error even after uninstalling what few dependencies were installed via pip uninstall -r requirements.txt to try and install the dependencies cleanly.
I'm honestly not sure what to do. I need the Roformer models for some of my projects, and until such a time as the bugs with them are resolved I cannot meaningfully move forward with those projects.
The text was updated successfully, but these errors were encountered: