spleeter4max icon indicating copy to clipboard operation
spleeter4max copied to clipboard

pip install spleeter==1.5.3 doesnt WORK

Open Pospik2705 opened this issue 4 years ago • 8 comments

hI IM TRYING INSTAL NATIVE SPLEETER BUT by step 4 https://github.com/diracdeltas/spleeter4max/blob/feature/native-spleeter/README.md#spleeter-for-max-native-version in cmd i have this message and i cant go thought.

C:\Users\Pospik>pip install spleeter==1.5.3 'pip' is not recognized as an internal or external command, operable program or batch file.

Pospik2705 avatar Sep 02 '20 23:09 Pospik2705

C:\WINDOWS\system32>pip install spleeter==1.5.3 'pip' is not recognized as an internal or external command, operable program or batch file.

C:\WINDOWS\system32>

Pospik2705 avatar Sep 02 '20 23:09 Pospik2705

did you install python first and make sure it's in your path? where python in CMD.exe will say where it's installed.

diracdeltas avatar Sep 02 '20 23:09 diracdeltas

sure it's in your path?

Im very sorry , Im noob, i dont really dont know what you mean .. I normaly instaled phyton to /user /pospik/ appdata/ local /programs /phyton ...

Pospik2705 avatar Sep 03 '20 09:09 Pospik2705

https://datatofish.com/add-python-to-windows-path/

Pospik2705 avatar Sep 03 '20 10:09 Pospik2705

  1. open CMD.exe
  2. type where python
  3. type where spleeter
  4. post screenshot of the output

diracdeltas avatar Sep 03 '20 16:09 diracdeltas

Hey I get a similar thing! Just paid for the m4l device on bandcamp. Have followed all native install instructions and fully upgraded python using the pip function.

"ERROR: Could not find a version that satisfies the requirement spleeter (from versions: none) ERROR: No matching distribution found for spleeter"

When typing "where python" + "where spleeter", I get this:

https://gyazo.com/335133e48a2b026821c94dabd07ee94a

I have the spleeter-native folder in my downloads. Do I have to put it somewhere else?

hasser964 avatar Sep 03 '20 19:09 hasser964

@hasser964 your system seems to be using python 3.8 instead of 3.7 (at least that is what python is pointing to). see the readme instructions to specifically install 3.7: https://github.com/diracdeltas/spleeter4max/tree/feature/native-spleeter#before-you-start

if you already installed 3.7, make sure it's before 3.8 in your PATH: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/

if you installed 3.7 but it's not in your path at all, you can delete it and reinstall it making sure that the 'add to path' checkbox is checked: https://datatofish.com/add-python-to-windows-path/

once this is done, if you type python --version into CMD.exe it should show 3.7 instead of 3.8

at this point, you can run the pip install command again and it should hopefully work.

diracdeltas avatar Sep 03 '20 19:09 diracdeltas

Hello, I have tested the installation with different version of python, the problem is when I type python -V on cmd, it says 3.10 even if I have desinstall it, by the way I have install the 3.7.1. In windows Environment Variables, it python 3.7. I don't know how to fix it. If someone could help me, thanks a lot

tapi35 avatar Jul 19 '23 13:07 tapi35