You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
装了最新的3.9版本,执行第一条就显示以下内容,请问怎么才能运行啊,谢谢。
D:\WX>pip uninstall -y -r requirement.txt
ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\cli\base_command.py", line 167, in exc_logging_wrapper
status = run_func(*args)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\commands\uninstall.py", line 78, in run
for parsed_req in parse_requirements(
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 145, in parse_requirements
for parsed_line in parser.parse(filename, constraint):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 326, in parse
yield from self._parse_and_recurse(filename, constraint)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 331, in _parse_and_recurse
for line in self._parse_file(filename, constraint):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 360, in _parse_file
_, content = get_file_content(filename, self._session)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 533, in get_file_content
content = auto_decode(f.read())
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\utils\encoding.py", line 34, in auto_decode
return data.decode(
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 32447: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
装了最新的3.9版本,执行第一条就显示以下内容,请问怎么才能运行啊,谢谢。
D:\WX>pip uninstall -y -r requirement.txt
ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\cli\base_command.py", line 167, in exc_logging_wrapper
status = run_func(*args)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\commands\uninstall.py", line 78, in run
for parsed_req in parse_requirements(
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 145, in parse_requirements
for parsed_line in parser.parse(filename, constraint):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 326, in parse
yield from self._parse_and_recurse(filename, constraint)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 331, in _parse_and_recurse
for line in self._parse_file(filename, constraint):
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 360, in _parse_file
_, content = get_file_content(filename, self._session)
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\req\req_file.py", line 533, in get_file_content
content = auto_decode(f.read())
File "C:\Users\qwh\AppData\Local\Programs\Python\Python39\lib\site-packages\pip_internal\utils\encoding.py", line 34, in auto_decode
return data.decode(
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 32447: illegal multibyte sequence
The text was updated successfully, but these errors were encountered: