热门搜索 :
考研考公
您的当前位置:首页正文

python pip 报错KeyError: u'\u9

来源:东饰资讯网

![Uploading Paste_Image_382107.png . . .]


Paste_Image.png

Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip\commands\install.py", line 310, in run

wb.build(autobuilding=True)

File "C:\Python27\lib\site-packages\pip\wheel.py", line 836, in build
path_to_url(wheel_file))
File "C:\Python27\lib\site-packages\pip\download.py", line 457, in path_to_url

url = urllib_parse.urljoin('file:', urllib_request.pathname2url(path))

File "C:\Python27\lib\nturl2path.py", line 67, in pathname2url
path = path + '/' + urllib.quote(comp)
File "C:\Python27\lib\urllib.py", line 1303, in quote
return ''.join(map(quoter, s))
KeyError: u'\u98de'

Top