vocal-remover
vocal-remover copied to clipboard
SyntaxError: invalid syntax, File "inference.py", line 107
$ python inference.py --input ../vocal_remover/It’s_So_Lovely_by_jonworthymusic.mp3 1 ↵ File "inference.py", line 107 print('loading model...', end=' ') ^ SyntaxError: invalid syntax
=============================== $ python --version 1 ↵ Python 2.7.16
python3 inference.py --input ../vocal_remover/It’s_So_Lovely_by_jonworthymusic.mp3
Traceback (most recent call last):
File "inference.py", line 4, in
=============================== python3 --version Python 3.7.3
Python 2 is not supported. Please use Python 3 and install the required packages according to README.