vocal-remover icon indicating copy to clipboard operation
vocal-remover copied to clipboard

SyntaxError: invalid syntax, File "inference.py", line 107

Open TangSirOnGit opened this issue 3 years ago • 1 comments

$ 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 import cv2 ModuleNotFoundError: No module named 'cv2'

=============================== python3 --version Python 3.7.3

TangSirOnGit avatar Aug 03 '21 01:08 TangSirOnGit

Python 2 is not supported. Please use Python 3 and install the required packages according to README.

tsurumeso avatar Aug 07 '21 16:08 tsurumeso