Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
18.51k stars 1.38k forks source link

[Windows 10/11] Manual installation with pyenv doesn't seem to work properly #1579

Open Boyishdude opened 1 month ago

Boyishdude commented 1 month ago

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.

image

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.

image

image

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.

Kromjno commented 3 weeks ago

try to use python 3.8 version, the imp module is deprecated in the latest. hope this helps you