Skip to content
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 10/11] Manual installation with pyenv doesn't seem to work properly #1579

Open
Boyishdude opened this issue Oct 7, 2024 · 0 comments

Comments

@Boyishdude
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant