diracdeltas / spleeter4max

separate audio in ableton into stems using Spleeter
https://youtu.be/4pcJoI5CUOA
547 stars 51 forks source link

pip install spleeter==1.5.3 doesnt WORK #50

Open Pospik2705 opened 4 years ago

Pospik2705 commented 4 years ago

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 commented 4 years ago

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>

diracdeltas commented 4 years ago

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

Pospik2705 commented 4 years ago

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 commented 4 years ago

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

diracdeltas commented 4 years ago
  1. open CMD.exe
  2. type where python
  3. type where spleeter
  4. post screenshot of the output
hasser964 commented 4 years ago

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?

diracdeltas commented 4 years ago

@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.

tapi35 commented 1 year ago

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