diracdeltas / spleeter4max

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

ERROR: could not find a version that satisfies the requirement tensorflow==1.15 #20

Open AndreJim opened 4 years ago

AndreJim commented 4 years ago

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15. 2 (from spleeter) (from versions: none) ERROR: No matching distribution found for tensorflow==1.15.2 (from spleeter)

diracdeltas commented 4 years ago

what version of python are you using and on what operating system?

python --version will tell you

AndreJim commented 4 years ago

Hi , it shows I'm using python 3.6.1 , I followed the instructions and installed python-3.7.7-amd64 , I don't know how to enable that version. I'm on win 8.1 /64

update: I just update the python path to 3.7.7 , on cmd shows python version 3.7.7 but still same error when try to install "pip install spleeter"

Thanks

diracdeltas commented 4 years ago

maybe try https://stackoverflow.com/questions/38896424/tensorflow-not-found-using-pip?

AndreJim commented 4 years ago

didn't work same error, for only $1 I didn't expect this to work, thanks for your help.

codytowstik commented 4 years ago

@AndreJim This happens if you don't have the 64 bit Python

edit: actually the stack overflow @diracdeltas posted mentions this

https://stackoverflow.com/a/41084963

Lmk if you can't get it to work still (it's worth figuring out, trust me!)