CarlGao4 / Demucs-Gui

A GUI for music separation AI demucs
GNU General Public License v3.0
499 stars 37 forks source link

Some weird error message when installing the bleeding edge of Demucs #78

Closed DJTonydacoder closed 2 months ago

DJTonydacoder commented 2 months ago

I tried installing the bleeding edge version of Demucs, I followed all of adefossez's instructions.

When I ran the command python.exe -m pip install -U git+https://github.com/facebookresearch/demucs#egg=demucs, I got this message: Screenshot 2024-06-27 120054

What does that mean? Did I do something wrong?

CarlGao4 commented 2 months ago

Just use Demucs GUI if you are new to coding

DJTonydacoder commented 2 months ago

Just use Demucs GUI if you are new to coding

  1. I know how to use Demucs through the Anaconda prompt, I'm trying to install the bleeding edge of Demucs through the python.exe -m pip install -U git+https://github.com/facebookresearch/demucs#egg=demucs and got the error message: "The system cannot find the file specified executing command git version. Cannot find command 'git' - do you have 'git' installed and in your PATH". I need you to send me a video on how to fix this issue.
  2. You still haven't given me a working solution to the --clip mode issue, all I got was the message saying there's only to options for --clip mode: clamp and rescale.
  3. Does Demucs GUI use the bleeding edge of Demucs installed with python.exe -m pip install -U git+https://github.com/facebookresearch/demucs#egg=demucs or just the standard version installed with python.exe -m pip install -U demucs?
CarlGao4 commented 2 months ago

Yes, Demucs GUI requires some latest features, so it must install the latest git version You need to install git for windows if you want to install the latest version Please run pip install -U git+https://github.com/adefossez/demucs.git to use --clip-mode none

DJTonydacoder commented 2 months ago

Yes, Demucs GUI requires some latest features, so it must install the latest git version You need to install git for windows if you want to install the latest version Please run pip install -U git+https://github.com/adefossez/demucs.git to use --clip-mode none

I did everything you suggested... I followed all of adefossez's instructions, I downloaded the latest git version for Windows, I ran both pip install -U git+https://github.com/adefossez/demucs.git and pip install -U git+https://github.com/adefossez/demucs#egg=demucs, and still got the same error message...

CarlGao4 commented 2 months ago

Maybe just restart the computer? If it still doesn't work, you can just download zip and extract it and switch to this directory and run pip install -U --force-reinstall .

DJTonydacoder commented 2 months ago

Maybe just restart the computer? If it still doesn't work, you can just download zip and extract it and switch to this directory and run pip install -U --force-reinstall .

Screenshot 2024-06-29 160842

CarlGao4 commented 2 months ago

You need to download zip first on https://github.com/adefossez/demucs Extract it and switch to this directory Then run pip install -U --force-reinstall . You've lost the trailing dot in your last command

DJTonydacoder commented 2 months ago

You need to download zip first on https://github.com/adefossez/demucs Extract it and switch to this directory Then run pip install -U --force-reinstall . You've lost the trailing dot in your last command

@CarlGao4 Screenshot 2024-06-29 162840 Screenshot 2024-06-29 162538 Screenshot 2024-06-29 162554 Screenshot 2024-06-29 162633 Screenshot 2024-06-29 162701 Screenshot 2024-06-29 162723 Screenshot 2024-06-29 162738 Screenshot 2024-06-29 162802 Screenshot 2024-06-29 162819

CarlGao4 commented 2 months ago

Please install PyTorch 2.1.2 first, following the instructions on https://pytorch.org/get-started/previous-versions/#v212

CarlGao4 commented 2 months ago

It seems that installing demucs is quite difficult for you I really suggest that using Demucs-GUI is a better choice for you as all its environment has been packed and has even more functions than the command line tool

DJTonydacoder commented 2 months ago

It seems that installing demucs is quite difficult for you I really suggest that using Demucs-GUI is a better choice for you as all its environment has been packed and has even more functions than the command line tool

@CarlGao4 Does your GUI version of Demucs have the --clip-mode=none option?

CarlGao4 commented 2 months ago

Yes

DJTonydacoder commented 2 months ago

Yes

Thank you very much!!! This GUI is so much easier to use!!!

Have a good day

CarlGao4 commented 2 months ago

Actually it has all the functions the original command line has, while a lot of new features are added at the same time