spleeter4max
spleeter4max copied to clipboard
pip install spleeter==1.5.3 doesnt WORK
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.
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>
did you install python first and make sure it's in your path? where python
in CMD.exe will say where it's installed.
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 ...
https://datatofish.com/add-python-to-windows-path/
- open CMD.exe
- type
where python
- type
where spleeter
- post screenshot of the output
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 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.
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