猿问

求解 web.py安装失败???

C:\Users\dell>pip install web.py
Downloading/unpacking web.py
  Running setup.py (path:c:\users\dell\appdata\local\temp\pip_build_水清云影\web.py\setup.py) egg_info for package web.py

Cleaning up...
Exception:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\Python27\lib\site-packages\pip\commands\install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Python27\lib\site-packages\pip\req.py", line 1234, in prepare_files
    req_to_install.assert_source_matches_version()
  File "C:\Python27\lib\site-packages\pip\req.py", line 464, in assert_source_matches_version
    % (display_path(self.source_dir), version, self))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 53: ordinal not in range(128)

Traceback (most recent call last):
  File "C:\Python27\Scripts\pip-script.py", line 9, in <module>
    load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
  File "C:\Python27\lib\site-packages\pip\__init__.py", line 185, in main
    return command.main(cmd_args)
  File "C:\Python27\lib\site-packages\pip\basecommand.py", line 161, in main
    text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 68: ordinal not in range(128)

图片上传失败  只能上传下 cmd中的代码 请问安装失败该如何解决啊???

慕粉4408023
浏览 2777回答 2
2回答

FredZeng

编码出错了,改成utf-8吧。。

孤独的小猪

看报错是编码问题,建议你把这个目录改成英文,因为中文会有编码问题
随时随地看视频慕课网APP

相关分类

Python
我要回答