>>> C:\Users\Привет>pip list
File "", line 1
C:\Users\Привет>pip list
^
SyntaxError: unexpected character after line continuation character
Если менять на двойной слэш, получаем уже другую ошибку
>>> C:\\Users\\Привет>pip list
File "", line 1
C:\\Users\\Привет>pip list
IndentationError: unexpected indent
-
Вопрос задан
-
26 просмотров